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

Class T11

test/value_from.cpp:184–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182//----------------------------------------------------------
183
184struct T11 : T10
185{
186 std::string s;
187
188 void
189 set_n(int v)
190 {
191 n = v;
192 }
193
194 void
195 set_d(double v)
196 {
197 d = v;
198 }
199
200 void
201 set_b(bool v)
202 {
203 b = v;
204 }
205
206private:
207 bool b;
208
209 BOOST_DESCRIBE_CLASS(T11, (T10), (s), (), (b))
210};
211
212struct Base1
213{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected