OZO 「お象」
Boost.Asio and libpq based asynchronous PostgreSQL unofficial header-only C++17 client library.
std::array

Description

std::array support

#include <ozo/ext/std/array.h>

std::array<T, N> is declared as an one dimensional array representation type with fixed size.

The ozo::fit_array_size() function throws ozo::system_error exception, with ozo::error::bad_array_size error code, if it's size argument does not equal to the array size.

Models
Array