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 internal::truncating_iterator_base< OutputIt > Member Typedef Documentation◆ _Unchecked_type
template<typename OutputIt >
Initial value:
truncating_iterator_base(OutputIt out, std::size_t limit) Definition format.h:377 ◆ difference_type
template<typename OutputIt >
◆ iterator_category
template<typename OutputIt >
◆ pointer◆ referenceConstructor & Destructor Documentation◆ truncating_iterator_base()
template<typename OutputIt >
Member Function Documentation◆ base()
template<typename OutputIt >
Definition at line 388 of file format.h. References truncating_iterator_base< OutputIt >::out_. ◆ count()
template<typename OutputIt >
Definition at line 389 of file format.h. References truncating_iterator_base< OutputIt >::count_. Member Data Documentation◆ count_
template<typename OutputIt >
Definition at line 375 of file format.h. Referenced by truncating_iterator_base< OutputIt >::count(). ◆ limit_◆ out_
template<typename OutputIt >
Definition at line 373 of file format.h. Referenced by truncating_iterator_base< OutputIt >::base().
|