WPILibC++ 2025.1.1
|
A compile-time format string. More...
#include <fmt/base.h>
Public Types | |
using | t = fstring |
Public Member Functions | |
template<size_t N> | |
FMT_CONSTEVAL FMT_ALWAYS_INLINE | fstring (const char(&s)[N]) |
template<typename S , FMT_ENABLE_IF(std::is_convertible< const S &, string_view >::value) > | |
FMT_CONSTEVAL FMT_ALWAYS_INLINE | fstring (const S &s) |
template<typename S , FMT_ENABLE_IF(std::is_base_of< detail::compile_string, S >::value && std::is_same< typename S::char_type, char >::value) > | |
FMT_ALWAYS_INLINE | fstring (const S &) |
fstring (runtime_format_string<> fmt) | |
FMT_ALWAYS_INLINE | operator const string_view & () const |
auto | get () const -> string_view |
Public Attributes | |
string_view | str |
A compile-time format string.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
string_view fstring< T >::str |