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

Methods

auto count() -> size_t

Declared at: third_party/fmt/include/fmt/core.h:1034

counting_buffer<T>()

Declared at: third_party/fmt/include/fmt/core.h:1032

constexpr void grow(size_t)

Declared at: third_party/fmt/include/fmt/core.h:1025

Parameters

size_t