Searched defs:FormatString (Results 1 – 1 of 1) sorted by relevance
95 struct FormatString struct97 std::string_view str;98 std::source_location loc;101 FormatString(const char* stringIn, const std::source_location& locIn = in FormatString() function