MCPcopy Create free account
hub / github.com/boostorg/json / T7

Class T7

test/value_to.cpp:120–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118//----------------------------------------------------------
119
120struct T7 : T6
121{
122 std::string s;
123
124 bool
125 get_b() const
126 {
127 return b;
128 }
129
130private:
131 bool b = false;
132
133 BOOST_DESCRIBE_CLASS(T7, (T6), (s), (), (b))
134};
135
136//----------------------------------------------------------
137

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected