CppTemplate
1.0.5.0
C++ Template Library
Loading...
Searching...
No Matches
include
template
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
CppTemplate
C++ Template project definitions.
Definition
class.h:12
CppTemplate::function
int function(int parameter)
Template function.
Definition
function.cpp:15
Generated by
1.9.8