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_iteratoroperator* ()
 
truncating_iteratoroperator++ ()
 
truncating_iteratoroperator++ (int)
 
template<typename T >
truncating_iteratoroperator= (T val)
 
 truncating_iterator (OutputIt out, size_t limit)
 
- 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 _Unchecked_type = truncating_iterator_base
 
using difference_type = void
 
using iterator_category = std::output_iterator_tag
 
using pointer = void
 
using reference = void
 
using value_type = typename std::iterator_traits< OutputIt >::value_type
 
- 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 >
size_t count_
 
size_t limit_
 
OutputIt out_
 

Detailed Description

template<typename OutputIt>
class detail::truncating_iterator< OutputIt, std::true_type >

Definition at line 511 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 514 of file format.h.

Member Function Documentation

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

Definition at line 524 of file format.h.

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

Definition at line 522 of file format.h.

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

Definition at line 523 of file format.h.

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

Definition at line 517 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51