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

Method base_boost_impl

bench/bench.cpp:384–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382
383public:
384 base_boost_impl(
385 string_view flavor,
386 bool is_pool,
387 bool with_file_io,
388 parse_options const& popts)
389 : any_impl("boost", flavor, true, is_pool, with_file_io, popts)
390 , is_pool_(is_pool)
391 {}
392};
393
394//----------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected