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

Method testBoolean

test/parse_into.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 void testBoolean()
217 {
218 testParseInto( false );
219 testParseInto( true );
220 testParseIntoErrors< bool >( error::not_bool, nullptr );
221 }
222
223 void testIntegral()
224 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected