20 Jul
2011
20 Jul
'11
4:47 a.m.
The TTI library, which is an abbreviation for the 'Type Traits Introspection' library, allows a programmer to introspect at compile time the inner elements of a C++ type.
The TTI library is based on the type_traits_ext portion of the Concept Traits Library, with improvements and additions, and also reproduces functionality ( without changing existing code ), for the purposes of completeness, from Boost.MPL regarding introspection of types and templates.
Would it make sense to have it part of the actual type trait library instead of as a separate library? Frédéric