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

Function operator"" _fs

09.13-fixedString3/main.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template<fixed_string Str>
35constexpr auto operator"" _fs()
36{
37 return FormatString<Str>{};
38}
39
40template<typename T, typename U>
41constexpr bool plain_same_v = // #A Helper type-trait to strip

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected