CppTemplate  1.0.4.0
C++ Template Library
All Classes Namespaces Files Functions Variables Pages
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
static int StaticMethod(int parameter) noexcept
Some static method.
Definition: class.inl:11
C++ Template project definitions.
Definition: class.h:12