template <typename T = char>
class counting_buffer
Defined at line 2003 of file ../../third_party/fmtlib/src/include/fmt/base.h
A buffer that counts the number of code units written discarding the output.
Public Methods
void counting_buffer<T> ()
Defined at line 2016 of file ../../third_party/fmtlib/src/include/fmt/base.h
size_t count ()
Defined at line 2018 of file ../../third_party/fmtlib/src/include/fmt/base.h