|
spdlog
|
Definition at line 61 of file bundled/compile.h.
#include <compile.h>
Public Types | |
| using | iterator_category = std::output_iterator_tag |
| using | value_type = typename std::iterator_traits< OutputIt >::value_type |
| using | difference_type = std::ptrdiff_t |
| using | pointer = void |
| using | reference = void |
| using | _Unchecked_type = truncating_iterator_base |
Public Member Functions | |
| OutputIt | base () const |
| size_t | count () const |
Protected Member Functions | |
| truncating_iterator_base () | |
| truncating_iterator_base (OutputIt out, size_t limit) | |
Protected Attributes | |
| OutputIt | out_ |
| size_t | limit_ |
| size_t | count_ = 0 |
| using detail::truncating_iterator_base< OutputIt >::_Unchecked_type = truncating_iterator_base |
Definition at line 78 of file bundled/compile.h.
| using detail::truncating_iterator_base< OutputIt >::difference_type = std::ptrdiff_t |
Definition at line 75 of file bundled/compile.h.
| using detail::truncating_iterator_base< OutputIt >::iterator_category = std::output_iterator_tag |
Definition at line 73 of file bundled/compile.h.
| using detail::truncating_iterator_base< OutputIt >::pointer = void |
Definition at line 76 of file bundled/compile.h.
| using detail::truncating_iterator_base< OutputIt >::reference = void |
Definition at line 77 of file bundled/compile.h.
| using detail::truncating_iterator_base< OutputIt >::value_type = typename std::iterator_traits<OutputIt>::value_type |
Definition at line 74 of file bundled/compile.h.
|
inlineprotected |
Definition at line 67 of file bundled/compile.h.
|
inlineprotected |
Definition at line 69 of file bundled/compile.h.
|
inline |
Definition at line 81 of file bundled/compile.h.
|
inline |
Definition at line 82 of file bundled/compile.h.
|
protected |
Definition at line 65 of file bundled/compile.h.
|
protected |
Definition at line 64 of file bundled/compile.h.
|
protected |
Definition at line 63 of file bundled/compile.h.