MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / to_json

Function to_json

dependencies/json/json.hpp:4280–4283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4278template<typename BasicJsonType, typename T,
4279 enable_if_t<std::is_same<T, typename BasicJsonType::boolean_t>::value, int> = 0>
4280void to_json(BasicJsonType& j, T b) noexcept
4281{
4282 external_constructor<value_t::boolean>::construct(j, b);
4283}
4284
4285template<typename BasicJsonType, typename CompatibleString,
4286 enable_if_t<std::is_constructible<typename BasicJsonType::string_t, CompatibleString>::value, int> = 0>

Callers 4

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

Calls 3

to_json_tuple_implFunction · 0.70
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected