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

#include <ozo/type_traits.h>

Description

template<size_type n>
struct ozo::size_constant< n >

Object size 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 size constants.

Template Parameters
n— size in bytes

Inherits integral_constant< size_type, n >.