Typedef detail::has_erase_with_key_type

Typedef Documentation

template<typename BasicJsonType, typename KeyType>
using detail::has_erase_with_key_type = typename std::conditional<is_detected<detect_erase_with_key_type, typename BasicJsonType::object_t, KeyType>::value, std::true_type, std::false_type>::type