Maps a basic value type to its corresponding value traits type.
| T | The basic value type to map. It must satisfy the sqt::BasicValueType concept. |
The mapped value traits type is defined as a nested type type. Depending on the value type provided, type will be one of the following:
Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename T> | |
| using | BasicValueTraitsMappingT = typename BasicValueTraitsMapping<T>::type |