OZO 「お象」
Boost.Asio and libpq based asynchronous PostgreSQL unofficial header-only C++17 client library.
ozo::oid_constant< Oid > Struct Template Reference

#include <ozo/type_traits.h>

Description

template<oid_t Oid>
struct ozo::oid_constant< Oid >

OID constant type.

This type is like std::bool_constant - used to enable type level resolving of constants. All BuiltIn types uses this template specialization for their OID constants.

Template Parameters
Oid— OID value

Inherits integral_constant< oid_t, Oid >.