Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dlogging.hpp62 struct FormatString struct
64 std::string_view str;
65 std::source_location loc;
68 FormatString(const char* stringIn, const std::source_location& locIn = in FormatString() argument