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