Rosetta
Public Member Functions | List of all members
detail::truncating_iterator< OutputIt, std::true_type > Class Template Reference

#include <format.h>

Inheritance diagram for detail::truncating_iterator< OutputIt, std::true_type >:
Inheritance graph
[legend]

Public Member Functions

 truncating_iterator (OutputIt out, size_t limit)
 
template<typename T >
truncating_iteratoroperator= (T val)
 
truncating_iteratoroperator++ ()
 
truncating_iteratoroperator++ (int)
 
truncating_iteratoroperator* ()
 
- Public Member Functions inherited from detail::truncating_iterator_base< OutputIt >
OutputIt base () const
 
size_t count () const
 

Additional Inherited Members

- Public Types inherited from detail::truncating_iterator_base< OutputIt >
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
 
- Protected Member Functions inherited from detail::truncating_iterator_base< OutputIt >
 truncating_iterator_base (OutputIt out, size_t limit)
 
- Protected Attributes inherited from detail::truncating_iterator_base< OutputIt >
OutputIt out_
 
size_t limit_
 
size_t count_
 

Constructor & Destructor Documentation

◆ truncating_iterator()

template<typename OutputIt >
detail::truncating_iterator< OutputIt, std::true_type >::truncating_iterator ( OutputIt  out,
size_t  limit 
)
inline

Member Function Documentation

◆ operator*()

template<typename OutputIt >
truncating_iterator& detail::truncating_iterator< OutputIt, std::true_type >::operator* ( )
inline

◆ operator++() [1/2]

template<typename OutputIt >
truncating_iterator& detail::truncating_iterator< OutputIt, std::true_type >::operator++ ( )
inline

◆ operator++() [2/2]

template<typename OutputIt >
truncating_iterator& detail::truncating_iterator< OutputIt, std::true_type >::operator++ ( int  )
inline

◆ operator=()

template<typename OutputIt >
template<typename T >
truncating_iterator& detail::truncating_iterator< OutputIt, std::true_type >::operator= ( T  val)
inline

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