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

#include <ozo/connection.h>

Description

template<typename, typename = std::void_t<>>
struct ozo::is_connection< typename, typename >

Connection indicator.

This structure template should be specialized as std::true_type for a type that models the Connection concept.

Inherits false_type.