Header file type_info.hpp

namespace cpp
{
    class TypeInfo;
    
    using TypeTrait = TypeInfo::TypeTraitIndex;
}