MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / parser

Function parser

dependencies/json/json.hpp:16763–16772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16761
16762 template<typename InputAdapterType>
16763 static ::nlohmann::detail::parser<basic_json, InputAdapterType> parser(
16764 InputAdapterType adapter,
16765 detail::parser_callback_t<basic_json>cb = nullptr,
16766 const bool allow_exceptions = true,
16767 const bool ignore_comments = false
16768 )
16769 {
16770 return ::nlohmann::detail::parser<basic_json, InputAdapterType>(std::move(adapter),
16771 std::move(cb), allow_exceptions, ignore_comments);
16772 }
16773
16774 private:
16775 using primitive_iterator_t = ::nlohmann::detail::primitive_iterator_t;

Callers 5

json.hppFile · 0.70
basic_json parseFunction · 0.70
parseFunction · 0.70
acceptFunction · 0.70
sax_parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected