HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::locale_ref Class Reference

#include <core.h>

Public Member Functions

constexpr FMT_INLINE locale_ref ()
 
template<typename Locale >
 locale_ref (const Locale &loc)
 
 operator bool () const noexcept
 
template<typename Locale >
auto get () const -> Locale
 
template<typename Locale >
Locale get () const
 

Detailed Description

Definition at line 1649 of file core.h.

Constructor & Destructor Documentation

constexpr FMT_INLINE detail::locale_ref::locale_ref ( )
inline

Definition at line 1654 of file core.h.

template<typename Locale >
detail::locale_ref::locale_ref ( const Locale &  loc)
explicit

Definition at line 85 of file format-inl.h.

Member Function Documentation

template<typename Locale >
Locale detail::locale_ref::get ( ) const

Definition at line 89 of file format-inl.h.

template<typename Locale >
auto detail::locale_ref::get ( ) const -> Locale
detail::locale_ref::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 1657 of file core.h.


The documentation for this class was generated from the following files: