class counting_buffer
Declaration
template <typename T = char>
class counting_buffer { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:1018
Templates
- T
Method Overview
- public auto count() -> size_t
- public counting_buffer<T>()
- protected constexpr void grow(size_t)
Methods
¶auto count() -> size_t
auto count() -> size_t
Declared at: third_party/fmt/include/fmt/core.h:1034
¶counting_buffer<T>()
counting_buffer<T>()
Declared at: third_party/fmt/include/fmt/core.h:1032
¶constexpr void grow(size_t)
constexpr void grow(size_t)
Declared at: third_party/fmt/include/fmt/core.h:1025
Parameters
- size_t