OZO 「お象」
Boost.Asio and libpq based asynchronous PostgreSQL unofficial header-only C++17 client library.
InsertIterator Interface Reference

#include <ozo/core/concept.h>

Description

Insert Iterator concept.

This trait determines whether T is an insert iterator bound with some container Type Iterator models InsertIterator concept if it models OutputIterator or has container_type member type which is class.