DEV Community

Tim Jan
Tim Jan

Posted on

Templates in C++

template关键字用于,创建泛型类或函数

语法:
template <typename A, typename B, ...>
entity_definition

Top comments (0)