MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

05.10-stdFmtEscape0/main.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <string>
7
8int main()
9{
10 std::cout << std::format("Having the }} in a {}.", "string");
11
12 std::cout << '\n';
13}

Callers

nothing calls this directly

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected