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

Class Container

03.05-twoStepUsing1/main.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected