kblib 0.2.3
General utilities library for modern C++
kblib::is_output_iterator_for< T, E, typename > Struct Template Reference

Determine if T is a valid output iterator to which values of type E may be written. More...

#include <kblib/iterators.h>

Inheritance diagram for kblib::is_output_iterator_for< T, E, typename >:
Collaboration diagram for kblib::is_output_iterator_for< T, E, typename >:

Detailed Description

template<typename T, typename E, typename = void>
struct kblib::is_output_iterator_for< T, E, typename >

Determine if T is a valid output iterator to which values of type E may be written.

Definition at line 91 of file iterators.h.


The documentation for this struct was generated from the following file: