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

#include <ozo/core/concept.h>

Description

Forward Iterator concept.

Type Iterator models ForwardIterator concept if for its iterator category is based on std::forward_iterator_tag.