MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / accept

Function accept

3rd/nlohmann_json/single_include/nlohmann/json.hpp:24490–24494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24488 */
24489 template<typename InputType>
24490 static bool accept(InputType&& i,
24491 const bool ignore_comments = false)
24492 {
24493 return parser(detail::input_adapter(std::forward<InputType>(i)), nullptr, false, ignore_comments).accept(true);
24494 }
24495
24496 template<typename IteratorType>
24497 static bool accept(IteratorType first, IteratorType last,

Callers

nothing calls this directly

Calls 4

parserFunction · 0.70
input_adapterFunction · 0.70
acceptMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected