MCPcopy Create free account
hub / github.com/changkun/modern-cpp-tutorial / operator""_wow2

Function operator""_wow2

code/8/8.2.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16std::string operator""_wow2 (unsigned long long i) {
17 return std::to_string(i)+"woooooooooow, amazing";
18}
19
20int main() {
21 std::string str = R"(C:\\What\\The\\Fxxk)";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected