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

  • public constexpr auto data() const -> const Char *
  • public constexpr auto size() const -> size_t

Methods

constexpr auto data() const -> const Char*

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

constexpr auto size() const -> size_t

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