Livox SDK API  V2.1.0
fmt::v5::internal::truncating_iterator< OutputIt, std::true_type > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::truncating_iterator< OutputIt, std::true_type >:
fmt::v5::internal::truncating_iterator_base< OutputIt >

Public Types

typedef OutputIt::container_type::value_type value_type
 
- Public Types inherited from fmt::v5::internal::truncating_iterator_base< OutputIt >
typedef std::output_iterator_tag iterator_category
 
typedef void difference_type
 
typedef void pointer
 
typedef void reference
 
typedef truncating_iterator_base _Unchecked_type
 

Public Member Functions

 truncating_iterator (OutputIt out, std::size_t limit)
 
truncating_iteratoroperator= (value_type val)
 
truncating_iteratoroperator++ ()
 
truncating_iteratoroperator++ (int)
 
truncating_iteratoroperator* ()
 
- Public Member Functions inherited from fmt::v5::internal::truncating_iterator_base< OutputIt >
OutputIt base () const
 
std::size_t count () const
 

Additional Inherited Members

- Protected Member Functions inherited from fmt::v5::internal::truncating_iterator_base< OutputIt >
 truncating_iterator_base (OutputIt out, std::size_t limit)
 
- Protected Attributes inherited from fmt::v5::internal::truncating_iterator_base< OutputIt >
OutputIt out_
 
std::size_t limit_
 
std::size_t count_
 

Detailed Description

template<typename OutputIt>
class fmt::v5::internal::truncating_iterator< OutputIt, std::true_type >

Definition at line 704 of file format.h.

Member Typedef Documentation

template<typename OutputIt >
typedef OutputIt::container_type::value_type fmt::v5::internal::truncating_iterator< OutputIt, std::true_type >::value_type

Definition at line 707 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 709 of file format.h.

Member Function Documentation

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

Definition at line 720 of file format.h.

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

Definition at line 718 of file format.h.

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

Definition at line 719 of file format.h.

template<typename OutputIt >
truncating_iterator& fmt::v5::internal::truncating_iterator< OutputIt, std::true_type >::operator= ( value_type  val)
inline

Definition at line 712 of file format.h.


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