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