#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Characters/String.h"
#include "Stroika/Foundation/Characters/ToString.h"
#include "Stroika/Foundation/Common/Common.h"
#include "Stroika/Foundation/Common/Concepts.h"
#include "Stroika/Foundation/Common/StdCompat.h"
#include "Format.inl"
Go to the source code of this file.
|
template<typename CHAR_T > |
String | Stroika::Foundation::Characters::VFormat (const FormatString< CHAR_T > &f, const Common::StdCompat::wformat_args &args) |
| same as std::vformat, except always uses wformat_args, and produces Stroika String (and maybe more - soon - ??? - add extra conversions if I can find how?)
|
|
template<typename CHAR_T , Common::StdCompat::formattable< wchar_t >... ARGS> |
String | Stroika::Foundation::Characters::Format (const FormatString< CHAR_T > &f, ARGS &&... args) |
| Like std::format, except returning stroika String, and taking _f (FormatString) string as argument (which can be ASCII, but still produce UNICODE output).
|
|
- Note
- Code-Status: Alpha
Definition in file Characters/Format.h.