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

Class ValueType

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

Source from the content-addressed store, hash-verified

21386 /// @brief access specified object element with default value
21387 /// @sa https://json.nlohmann.me/api/basic_json/value/
21388 template < class ValueType, detail::enable_if_t <
21389 !detail::is_transparent<object_comparator_t>::value
21390 && detail::is_getable<basic_json_t, ValueType>::value
21391 && !std::is_same<value_t, detail::uncvref_t<ValueType>>::value, int > = 0 >

Callers 1

json.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected