Metafunction mapping a simple type to its SimpleTypeId value.
SimpleTypeId
Declared in <bdlar_simpletypeid.h>
<bdlar_simpletypeid.h>
template<class t_TYPE> struct SimpleTypeIdOf;
SimpleTypeIdOf<bdlt::Date>
SimpleTypeIdOf<bdlt::DateTz>
SimpleTypeIdOf<bdlt::Datetime>
SimpleTypeIdOf<bdlt::DatetimeTz>
SimpleTypeIdOf<bdldfp::Decimal64>
SimpleTypeIdOf<bdlt::Time>
SimpleTypeIdOf<bdlt::TimeTz>
SimpleTypeIdOf<bool>
SimpleTypeIdOf<char>
SimpleTypeIdOf<double>
SimpleTypeIdOf<float>
SimpleTypeIdOf<int>
SimpleTypeIdOf<long>
SimpleTypeIdOf<long long>
SimpleTypeIdOf<short>
SimpleTypeIdOf<signed char>
SimpleTypeIdOf<bsl::string>
SimpleTypeIdOf<unsigned char>
SimpleTypeIdOf<unsigned int>
SimpleTypeIdOf<unsigned long>
SimpleTypeIdOf<unsigned long long>
SimpleTypeIdOf<unsigned short>
SimpleTypeIdOf<bsl::vector<char>>