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

Method testParseInto

test/parse_into.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166 template<class T>
167 void testParseInto( T const& t )
168 {
169 testParseIntoValue<T>( value_from(t) );
170 }
171
172 template<class T>
173 void

Callers

nothing calls this directly

Calls 1

value_fromFunction · 0.85

Tested by

no test coverage detected