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

Method basic_parser

include/boost/json/basic_parser_impl.hpp:2762–2769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2760template<class Handler>
2761template<class... Args>
2762basic_parser<Handler>::
2763basic_parser(
2764 parse_options const& opt,
2765 Args&&... args)
2766 : h_(std::forward<Args>(args)...)
2767 , opt_(opt)
2768{
2769}
2770
2771//----------------------------------------------------------
2772

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected