MCPcopy Create free account
hub / github.com/boostorg/leaf / c1

Class c1

test/print_test.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40struct c1
41{
42 int value;
43
44 friend std::ostream & operator<<( std::ostream & os, c1 const & x )
45 {
46 return os << "value " << x.value;
47 }
48};
49
50struct c2
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected