CppCommon  1.0.4.1
C++ Common Library
static_constructor.inl
Go to the documentation of this file.
1 
9 namespace CppCommon {
10 
11 template <void (*construct)(), void (*destruct)()>
12 typename StaticConstructor<construct, destruct>::constructor StaticConstructor<construct, destruct>::instance;
13 
14 } // namespace CppCommon
static constructor instance
Static constructor instance.
C++ Common project definitions.
Definition: token_bucket.h:15