WPILibC++ 2024.3.2
basic_format_string< Char, Args > Class Template Reference

A compile-time format string. More...

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Public Member Functions

template<typename S , FMT_ENABLE_IF( std::is_convertible< const S &, basic_string_view< Char > >::value) >
FMT_CONSTEVAL FMT_INLINE basic_format_string (const S &s)
 
 basic_format_string (runtime_format_string< Char > fmt)
 
FMT_INLINE operator basic_string_view< Char > () const
 
FMT_INLINE 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.

Constructor & Destructor Documentation

◆ basic_format_string() [1/2]

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

◆ basic_format_string() [2/2]

template<typename Char , typename... Args>
basic_format_string< Char, Args >::basic_format_string ( runtime_format_string< Char >  fmt)
inline

Member Function Documentation

◆ get()

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

◆ operator basic_string_view< Char >()

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

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