struct fill_t
Declaration
template <typename Char>
struct fill_t { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:1995
Templates
- Char
Method Overview
Methods
¶constexpr auto data() const -> const Char*
constexpr auto data() const -> const Char*
Declared at: third_party/fmt/include/fmt/core.h:2010
¶constexpr auto size() const -> size_t
constexpr auto size() const -> size_t
Declared at: third_party/fmt/include/fmt/core.h:2009