fmt::to_wstring

Converts value to std::wstring using the default format for type T.

Synopsis

Declared in <fmt/xchar.h>
template<typename T>
std::wstring
to_wstring(T const& value);


Created with MrDocs