Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
truncating_iterator_base< OutputIt > Class Template Reference
Inheritance diagram for truncating_iterator_base< OutputIt >:
![]()
Detailed Descriptiontemplate<typename OutputIt>
class detail::truncating_iterator_base< OutputIt > Member Typedef Documentation◆ _Unchecked_type
template<typename OutputIt >
Initial value:
truncating_iterator_base(OutputIt out, size_t limit) Definition format.h:460 ◆ difference_type
template<typename OutputIt >
◆ iterator_category
template<typename OutputIt >
◆ pointer◆ reference◆ value_type
template<typename OutputIt >
Constructor & Destructor Documentation◆ truncating_iterator_base()
template<typename OutputIt >
Member Function Documentation◆ base()
template<typename OutputIt >
Definition at line 472 of file format.h. References truncating_iterator_base< OutputIt >::out_. ◆ count()
template<typename OutputIt >
Definition at line 473 of file format.h. References truncating_iterator_base< OutputIt >::count_. Member Data Documentation◆ count_
template<typename OutputIt >
Definition at line 458 of file format.h. Referenced by truncating_iterator_base< OutputIt >::count(). ◆ limit_◆ out_
template<typename OutputIt >
Definition at line 456 of file format.h. Referenced by truncating_iterator_base< OutputIt >::base().
|