SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ ValueTraitsTypes

template<BasicValueTraitsType... TRAITS>
using sqt::CompositeValueTraits< TRAITS >::ValueTraitsTypes = std::tuple<TRAITS...>

A std::tuple<> of basic value traits types that make up the composite value traits type.

This tuple is constructed from the TRAITS type pack. All elements in the tuple satisfy the sqt::BasicValueTraitsType concept.

See also
sqt::BasicValueTraitsType