MCPcopy Create free account
hub / github.com/0voice/cpp_new_features / main

Function main

cpp_20/007_format_formatter.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22int main() {
23 Box<int> v = { 42 };
24 std::cout << std::format("{:#x}", v);
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected