|
|
C/C++C++ is a general-purpose programming language. C++ is an object-oriented superset of C. |
Template FunctionsDefinition
A special C++ function which operates with generic types. Template functions are useful for common code intended to be use by multiple types without retyping it.
Syntax
...
Read the whole article |
|
|
|