Clementine
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
detail::truncating_iterator_base< OutputIt > Class Template Reference
Inheritance diagram for detail::truncating_iterator_base< OutputIt >:
Inheritance graph
[legend]
Collaboration diagram for detail::truncating_iterator_base< OutputIt >:
Collaboration graph
[legend]

Public Types

using iterator_category = std::output_iterator_tag
 
using value_type = typename std::iterator_traits< OutputIt >::value_type
 
using difference_type = void
 
using pointer = void
 
using reference = void
 
using _Unchecked_type = truncating_iterator_base
 

Public Member Functions

OutputIt base () const
 
size_t count () const
 

Protected Member Functions

 truncating_iterator_base (OutputIt out, size_t limit)
 

Protected Attributes

OutputIt out_
 
size_t limit_
 
size_t count_
 

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