class basic_format_arg

Declaration

template <typename Context>
class basic_format_arg { /* full declaration omitted */ };

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

Templates

Context

Method Overview

Methods

constexpr basic_format_arg<Context>()

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

auto is_arithmetic() const -> bool

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

auto is_integral() const -> bool

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

constexpr bool operator bool() const noexcept

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

auto type() const -> detail::type

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