HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
basic_format_string< Char, Args > Class Template Reference

#include <core.h>

Public Member Functions

template<typename S , FMT_ENABLE_IF(std::is_convertible< const S &, basic_string_view< Char >>::value) >
FMT_CONSTEVAL basic_format_string (const S &s)
 
 basic_format_string (basic_runtime< Char > r)
 
FMT_INLINE operator basic_string_view< Char > () const
 

Detailed Description

template<typename Char, typename... Args>
class basic_format_string< Char, Args >

Definition at line 2831 of file core.h.

Constructor & Destructor Documentation

template<typename Char, typename... Args>
template<typename S , FMT_ENABLE_IF(std::is_convertible< const S &, basic_string_view< Char >>::value) >
FMT_CONSTEVAL basic_format_string< Char, Args >::basic_format_string ( const S s)
inline

Definition at line 2839 of file core.h.

template<typename Char, typename... Args>
basic_format_string< Char, Args >::basic_format_string ( basic_runtime< Char >  r)
inline

Definition at line 2855 of file core.h.

Member Function Documentation

template<typename Char, typename... Args>
FMT_INLINE basic_format_string< Char, Args >::operator basic_string_view< Char > ( ) const
inline

Definition at line 2857 of file core.h.


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