|
spdlog
|
Definition at line 18 of file bundled/compile.h.
#include <compile.h>
Classes | |
| struct | value_type |
Public Types | |
| using | iterator_category = std::output_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | pointer = void |
| using | reference = void |
| using | _Unchecked_type = counting_iterator |
Public Member Functions | |
| counting_iterator () | |
| size_t | count () const |
| counting_iterator & | operator++ () |
| counting_iterator | operator++ (int) |
| value_type | operator* () const |
Private Attributes | |
| size_t | count_ |
Friends | |
| counting_iterator | operator+ (counting_iterator it, difference_type n) |
Definition at line 27 of file bundled/compile.h.
Definition at line 24 of file bundled/compile.h.
Definition at line 23 of file bundled/compile.h.
| using detail::counting_iterator::pointer = void |
Definition at line 25 of file bundled/compile.h.
| using detail::counting_iterator::reference = void |
Definition at line 26 of file bundled/compile.h.
|
inline |
Definition at line 33 of file bundled/compile.h.
|
inline |
Definition at line 35 of file bundled/compile.h.
|
inline |
Definition at line 52 of file bundled/compile.h.
|
inline |
Definition at line 37 of file bundled/compile.h.
|
inline |
Definition at line 41 of file bundled/compile.h.
|
friend |
Definition at line 47 of file bundled/compile.h.
|
private |
Definition at line 20 of file bundled/compile.h.