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

Class T11

test/value_to.cpp:184–191  ·  view source on GitHub ↗

not default-constructible

Source from the content-addressed store, hash-verified

182
183// not default-constructible
184struct T11
185{
186 int n;
187
188 explicit T11( int v )
189 : n(v)
190 {}
191};
192T11
193tag_invoke(
194 boost::json::value_to_tag<T11>,

Callers 1

tag_invokeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected