Typedef detail::detect_erase_with_key_type

Typedef Documentation

template<typename ObjectType, typename KeyType>
using detail::detect_erase_with_key_type = decltype(std::declval<ObjectType&>().erase(std::declval<KeyType>()))