Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.89.0.
A type is a WritableField
if it can be used to represent a statement parameter value to be sent to
the server. A type T satisfies
WritableField if it is any of the types
listed in this table. More types may be added in future releases.
A type T is a WritableFieldTuple if it's a std::tuple
specialization, or a reference to one, and all element types fulfill WritableField, or are (possibly cv-qualified)
references to WritableField
types. Empty tuples satisfy WritableFieldTuple.