Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ operator"" _fs
Function
operator"" _fs
09.12-fixedString2/main.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
template<fixed_string Str>
33
constexpr auto operator
""
_fs()
34
{
35
return FormatString<Str>{};
36
}
37
38
void print(auto fmt, const auto&... args)
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected