libpqxx
The C++ client library for PostgreSQL
stream_iterator.hxx File Reference
#include <memory>

Go to the source code of this file.

Classes

class  pqxx::stream_query< TYPE >
 
class  pqxx::internal::stream_from_input_iterator< TYPE >
 Input iterator for stream_from. More...
 
class  pqxx::internal::stream_input_iteration< TYPE >
 Iteration over a stream_query. More...
 

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
 pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.
 

Class Documentation

class pqxx::stream_query

template<typename... TYPE>
class pqxx::stream_query< TYPE >