|
template<typename S , FMTQUILL_ENABLE_IF( std::is_convertible< const S &, basic_string_view< Char >>::value) > |
FMTQUILL_CONSTEVAL FMTQUILL_ALWAYS_INLINE | basic_fstring (const S &s) |
|
template<typename S , FMTQUILL_ENABLE_IF(std::is_base_of< detail::compile_string, S >::value && std::is_same< typename S::char_type, Char >::value) > |
FMTQUILL_ALWAYS_INLINE | basic_fstring (const S &) |
|
| basic_fstring (runtime_format_string< Char > fmt) |
|
| operator basic_string_view< Char > () const |
|
auto | get () const -> basic_string_view< Char > |
|
The documentation for this struct was generated from the following file: