Classes | |
struct | tag |
Writable Iterator Concept tag. More... | |
struct | interface |
Interface of the Writable Iterator Concept. More... | |
struct | interface< std::ostream_iterator< T > > |
Specialization of the interface for the std::ostream_iterator. More... | |
struct | requirements |
Requirements of the Writable Iterator Concept. More... |
This is a "non-intrusive" interface of the writable_iterator type. writable_iterator is an iterator that can be used to store a value using the dereference_assignment() method.