MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / operator"" _fs

Function operator"" _fs

09.04-fixedString1/main.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template<fixed_string Str>
41constexpr auto operator"" _fs()
42{
43 return FormatString<Str>{};
44}
45
46void print(auto fmt, const auto&... args)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected