| 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.