Typedef detail::detect_erase_with_key_type
Defined in File json.hpp
Typedef Documentation
-
template<typename ObjectType, typename KeyType>
using detail::detect_erase_with_key_type = decltype(std::declval<ObjectType&>().erase(std::declval<KeyType>()))