#include <ozo/type_traits.h>
Composite concept represents PostgreSQL composite types.
Representation means that you can obtain PostgreSQL composite into the type.
Any Boost.Hana
or Boost.Fusion
adapted structure or class is a composite. Any HanaSequence
or FusionSequence
may be represented as a composite if ozo::is_composite<>
is specialized for this type as std::true_type
.
#include <ozo/io/composite.h>
should be included for the composite support.