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

Class c0

test/print_test.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace leaf = boost::leaf;
31
32struct c0
33{
34 friend std::ostream & operator<<( std::ostream & os, c0 const & )
35 {
36 return os << "info";
37 }
38};
39
40struct c1
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected