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

Class Container

03.04-twoStepUsing0/main.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#ifdef WILL_NOT_COMPILE
7struct Container {}; // #A Container without begin
8int* begin(Container); // #B Free-function begin for Container
9
10struct OtherContainer { // #C Container with begin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected