CppTemplate
1.0.4.0
C++ Template Library
source
template
function.cpp
Go to the documentation of this file.
1
9
#include "
template/function.h
"
10
11
#include <cstdlib>
12
13
namespace
CppTemplate
{
14
15
int
function
(
int
parameter)
16
{
17
return
rand() % parameter;
18
}
19
20
}
// namespace CppTemplate
function.h
Template function definition.
CppTemplate
C++ Template project definitions.
Definition:
class.h:12
Generated by
1.9.1