Roughly equivalent to std::wformat_string, except that it can be constructed from 'char' string, and if 'char' require ASCII characters for format string. More...
#include <Format.h>
Public Member Functions | |
constexpr wstring_view | get () const |
constexpr qStroika_Foundation_Characters_FMT_PREFIX_::wstring_view | getx_ () const |
Roughly equivalent to std::wformat_string, except that it can be constructed from 'char' string, and if 'char' require ASCII characters for format string.
Sadly, I know of no way to check the lifetime of the argument, so this goes un-enforced.
Definition at line 65 of file Characters/Format.h.
|
constexpr |
This retrieves the underlying string data - for the format string itself (regardless of how created, as a wstring_view).
Definition at line 18 of file Characters/Format.inl.
|
constexpr |
Hack for interfacing with fmtlib - dont use unless you need to interact directly with fmtlib
Definition at line 23 of file Characters/Format.inl.