WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
static_format_result< N > Class Template Reference

#include <fmt/compile.h>

Public Member Functions

template<typename S, typename... T, FMT_ENABLE_IF(is_compiled_string< S >::value)>
FMT_CONSTEXPR static_format_result (const S &fmt, T &&... args)
auto str () const -> fmt::string_view
auto c_str () const -> const char *

Constructor & Destructor Documentation

◆ static_format_result()

template<size_t N>
template<typename S, typename... T, FMT_ENABLE_IF(is_compiled_string< S >::value)>
FMT_CONSTEXPR static_format_result< N >::static_format_result ( const S & fmt,
T &&... args )
inlineexplicit

Member Function Documentation

◆ c_str()

template<size_t N>
auto static_format_result< N >::c_str ( ) const->constchar *
inline

◆ str()

template<size_t N>
auto static_format_result< N >::str ( ) const->fmt::string_view
inline

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