MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / from_json

Function from_json

native/thirdpart/json/json.hpp:2898–2905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2896{
2897template<typename BasicJsonType>
2898void from_json(const BasicJsonType& j, typename std::nullptr_t& n)
2899{
2900 if (JSON_HEDLEY_UNLIKELY(not j.is_null()))
2901 {
2902 JSON_THROW(type_error::create(302, "type must be null, but is " + std::string(j.type_name())));
2903 }
2904 n = nullptr;
2905}
2906
2907// overloads for basic_json template parameters
2908template<typename BasicJsonType, typename ArithmeticType,

Callers 5

json.hppFile · 0.85
operator()Method · 0.85
from_jsonMethod · 0.85
getFunction · 0.85
get_toFunction · 0.85

Calls 10

createFunction · 0.85
get_arithmetic_valueFunction · 0.85
from_json_array_implFunction · 0.85
from_json_tuple_implFunction · 0.85
beginFunction · 0.70
rbeginMethod · 0.45
rendMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected