MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / to_json

Function to_json

Source/external/json.hpp:5571–5574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5569template<typename BasicJsonType, typename T,
5570 enable_if_t<std::is_same<T, typename BasicJsonType::boolean_t>::value, int> = 0>
5571inline void to_json(BasicJsonType& j, T b) noexcept
5572{
5573 external_constructor<value_t::boolean>::construct(j, b);
5574}
5575
5576template < typename BasicJsonType, typename BoolRef,
5577 enable_if_t <

Callers 7

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

Calls 4

to_json_tuple_implFunction · 0.85
keyMethod · 0.45
valueMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected