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

Description

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

The primary template for defining traits for primitive value types.

Template Parameters
TThe type of the value.

This primary template is intentionally left undefined. It is used to trigger a compile-time error when instantiated with a type that is not recognized as a primitive value type.

There are three specializations provided for primitive value types:

See also
sqt::PrimitiveValueTraits<INTEGER>
sqt::PrimitiveValueTraits<FLOAT>
sqt::PrimitiveValueTraits<std::string>
sqt::PrimitiveValueType