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

Method base_boost_impl

bench/bench-conv.cpp:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532
533public:
534 base_boost_impl(
535 string_view flavor, bool is_pool, parse_options const& popts)
536 : any_impl("boost", flavor, true, is_pool, popts)
537 , is_pool_(is_pool)
538 {}
539};
540
541class boost_impl : public base_boost_impl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected