#include <format.h>
Public Types | |
typedef std::output_iterator_tag | iterator_category |
typedef void | difference_type |
typedef void | pointer |
typedef void | reference |
typedef truncating_iterator_base | _Unchecked_type |
Public Member Functions | |
OutputIt | base () const |
std::size_t | count () const |
Protected Member Functions | |
truncating_iterator_base (OutputIt out, std::size_t limit) | |
Protected Attributes | |
OutputIt | out_ |
std::size_t | limit_ |
std::size_t | count_ |
typedef truncating_iterator_base internal::truncating_iterator_base< OutputIt >::_Unchecked_type |
typedef void internal::truncating_iterator_base< OutputIt >::difference_type |
typedef std::output_iterator_tag internal::truncating_iterator_base< OutputIt >::iterator_category |
typedef void internal::truncating_iterator_base< OutputIt >::pointer |
typedef void internal::truncating_iterator_base< OutputIt >::reference |
|
inlineprotected |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |