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

Function to_json

native/thirdpart/json/json.hpp:3647–3650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3645template<typename BasicJsonType, typename T,
3646 enable_if_t<std::is_same<T, typename BasicJsonType::boolean_t>::value, int> = 0>
3647void to_json(BasicJsonType& j, T b) noexcept
3648{
3649 external_constructor<value_t::boolean>::construct(j, b);
3650}
3651
3652template<typename BasicJsonType, typename CompatibleString,
3653 enable_if_t<std::is_constructible<typename BasicJsonType::string_t, CompatibleString>::value, int> = 0>

Callers 4

json.hppFile · 0.85
operator()Method · 0.85
to_jsonMethod · 0.85
basic_jsonFunction · 0.85

Calls 3

to_json_tuple_implFunction · 0.85
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected