Home
last modified time | relevance | path

Searched defs:FormatString (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dlogging.hpp98 struct FormatString struct
100 std::string_view str;
101 std::source_location loc;
104 FormatString(const char* stringIn, const std::source_location& locIn = in FormatString() function