Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
template<fixed_string Str>
41
constexpr auto operator
""
_fs()
42
{
43
return FormatString<Str>{};
44
}
45
46
void print(auto fmt, const auto&... args)
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected