|
STIR
6.3.0
|
A compile-time format string. Use format_string in the public API to prevent type deduction.
More...
#include "/home/sirfuser/devel/STIRdistrib/STIR/external_helpers/fmt/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. Use format_string in the public API to prevent type deduction.
1.8.13