class locale_ref
Declaration
class locale_ref { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:1529
Method Overview
- public template <typename Locale>auto get() const -> Locale
- public inline constexpr locale_ref()
- public template <typename Locale> locale_ref(const Locale & loc)
- public bool operator bool() const noexcept
Methods
¶template <typename Locale>
auto get() const -> Locale
template <typename Locale>
auto get() const -> Locale
Declared at: third_party/fmt/include/fmt/core.h:1539
Templates
- Locale
¶inline constexpr locale_ref()
inline constexpr locale_ref()
Declared at: third_party/fmt/include/fmt/core.h:1534
¶template <typename Locale>
locale_ref(const Locale& loc)
template <typename Locale>
locale_ref(const Locale& loc)
Declared at: third_party/fmt/include/fmt/core.h:1535
Templates
- Locale
Parameters
- const Locale& loc
¶bool operator bool() const noexcept
bool operator bool() const noexcept
Declared at: third_party/fmt/include/fmt/core.h:1537