CppTemplate
1.0.5.0
C++ Template Library
Loading...
Searching...
No Matches
include
template
class.inl
Go to the documentation of this file.
1
9
namespace
CppTemplate
{
10
11
inline
int
Template::StaticMethod
(
int
parameter)
noexcept
12
{
13
return
parameter;
14
}
15
16
}
// namespace CppTemplate
CppTemplate::Template::StaticMethod
static int StaticMethod(int parameter) noexcept
Some static method.
Definition
class.inl:11
CppTemplate
C++ Template project definitions.
Definition
class.h:12
Generated by
1.9.8