struct has_member_find<Container, Key, void>
Declaration
template <typename Container, typename Key>
struct has_member_find<Container, Key, void>
: public std::integral_constant { /* full declaration omitted */ };
Inherits from: std::integral_constant
Template Parameters
- Container
- Key