MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / parse

Method parse

extern/json/json.hpp:5897–5902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5895 */
5896 template<class T, std::size_t N>
5897 static basic_json parse(T (&array)[N],
5898 const parser_callback_t cb = nullptr)
5899 {
5900 // delegate the call to the iterator-range parse overload
5901 return parse(std::begin(array), std::end(array), cb);
5902 }
5903
5904 /*!
5905 @brief deserialize from string literal

Callers 2

basic_jsonMethod · 0.45
basic_jsonClass · 0.45

Calls 3

beginFunction · 0.85
endFunction · 0.85
parserClass · 0.85

Tested by

no test coverage detected