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

Class Container

03.06-twoStepUsing2/main.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6# include <ranges>
7
8struct Container {}; // #A Container without begin
9int* begin(Container) // #B Free-function begin for Container
10{
11 std::cout << "begin(Container)\n";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected