CppTemplate 1.0.5.0
C++ Template Library
Loading...
Searching...
No Matches
function.h
Go to the documentation of this file.
1
9#ifndef CPPTEMPLATE_TEMPLATE_FUNCTION_H
10#define CPPTEMPLATE_TEMPLATE_FUNCTION_H
11
12namespace CppTemplate {
13
15
23int function(int parameter);
24
27} // namespace CppTemplate
28
29#endif // CPPTEMPLATE_TEMPLATE_FUNCTION_H
C++ Template project definitions.
Definition class.h:12
int function(int parameter)
Template function.
Definition function.cpp:15