SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::BasicValueTraitsMapping< T > Class Template Reference

Description

template<typename T>
class sqt::BasicValueTraitsMapping< T >

Maps a basic value type to its corresponding value traits type.

Template Parameters
TThe 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:

See also
sqt::BasicValueType
sqt::CustomValueTraits<>
sqt::PrimitiveValueTraits<>
sqt::NullableValueTraits<>

(Note that these are not member symbols.)

template<typename T>
using BasicValueTraitsMappingT = typename BasicValueTraitsMapping<T>::type