VIPRA Documentation
Loading...
Searching...
No Matches
basic_format_string< Char, Args > Class Template Reference

A compile-time format string. More...

#include <base.h>

Public Member Functions

template<typename S, FMT_ENABLE_IF( std::is_convertible< const S &, basic_string_view< Char > >::value||(detail::is_compile_string< S >::value && std::is_constructible< basic_string_view< Char >, const S & >::value))>
FMT_CONSTEVAL FMT_ALWAYS_INLINE basic_format_string (const S &s)
 
 basic_format_string (runtime_format_string< Char > fmt)
 
FMT_ALWAYS_INLINE operator basic_string_view< Char > () const
 
auto get () const -> basic_string_view< Char >
 

Detailed Description

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

A compile-time format string.


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