44 Block() { cout <<
"- "<<I<<
" -"; }
48 Zero() { cout <<
"- The End -"; }
61 template<
class X,
class P>
66 template<
class H,
class T,
class P>
85 AssembledClass wow_me_haz_numbers;
87 cout <<
"\n..Size of = " 88 <<
sizeof(wow_me_haz_numbers) <<
"\n";
A template metaprogramming technique for manipulating collections of types.
Implementation namespace for support and library code.
Simple test class runner.
Customised refcounting smart pointer template, built upon std::shared_ptr, but forwarding type relati...