![]() |
Livox SDK API
V2.0.0
|
#include <format.h>
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_iterator & | operator= (value_type val) |
| truncating_iterator & | operator++ () |
| truncating_iterator & | operator++ (int) |
| truncating_iterator & | operator* () |
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_ |
| typedef OutputIt::container_type::value_type fmt::v5::internal::truncating_iterator< OutputIt, std::true_type >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |