Header file type_info.hpp

#define SIPLASPLAS_REFLECTION_TYPE_INFO_HPP 

#include <ctti/type_id.hpp>

#include <bitset>

#include <cstdint>

#include <climits>

#include <type_traits>

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