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

Method options_maker

test/basic_parser.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177public:
178 options_maker(std::vector<parse_options>& result)
179 : result_(result)
180 {}
181
182 template< class Bools >
183 void operator()(Bools b) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected