Check if the Type is recognized by serialbox i.e maps to a type-id in TypeID. More...
#include <Type.h>
Public Types | |
| using | SupportedTypesSet = boost::mpl::set< bool, int, std::int64_t, float, double, std::string > |
| Set of supported types. | |
Static Public Attributes | |
| static constexpr bool | value = boost::mpl::has_key<SupportedTypesSet, T>::type::value |
| True iff the type is supported. | |
Check if the Type is recognized by serialbox i.e maps to a type-id in TypeID.
Supported Types: