35 Block() { cout <<
"- "<<I<<
" -"; }
39 Zero() { cout <<
"- The End -"; }
52 template<
class X,
class P>
57 template<
class H,
class T,
class P>
76 AssembledClass wow_me_haz_numbers;
78 cout <<
"\n..Size of = " 79 <<
sizeof(wow_me_haz_numbers) <<
"\n";
A template metaprogramming technique for manipulating collections of types.
Implementation namespace for support and library code.
Simplistic test class runner.
Customised refcounting smart pointer template, built upon std::shared_ptr, but forwarding type relati...