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
- public constexpr basic_format_arg<Context>()
- public auto is_arithmetic() const -> bool
- public auto is_integral() const -> bool
- public constexpr bool operator bool() const noexcept
- public auto type() const -> detail::type
Methods
¶constexpr basic_format_arg<Context>()
constexpr basic_format_arg<Context>()
Declared at: third_party/fmt/include/fmt/core.h:1642
¶auto is_arithmetic() const -> bool
auto is_arithmetic() const -> bool
Declared at: third_party/fmt/include/fmt/core.h:1651
¶auto is_integral() const -> bool
auto is_integral() const -> bool
Declared at: third_party/fmt/include/fmt/core.h:1650
¶constexpr bool operator bool() const noexcept
constexpr bool operator bool() const noexcept
Declared at: third_party/fmt/include/fmt/core.h:1644
¶auto type() const -> detail::type
auto type() const -> detail::type
Declared at: third_party/fmt/include/fmt/core.h:1648