|
using | __base_type = _Insert_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits > |
|
using | __hashtable = typename __base_type::__hashtable |
|
using | __ireturn_type = typename __base_type::__ireturn_type |
|
template<typename _Pair > |
using | __is_cons = std::is_constructible< value_type, _Pair && > |
|
using | __unique_keys = typename __base_type::__unique_keys |
|
template<typename _Pair > |
using | _IFcons = std::enable_if< __is_cons< _Pair >::value > |
|
template<typename _Pair > |
using | _IFconsp = typename _IFcons< _Pair >::type |
|
using | const_iterator = typename __base_type::const_iterator |
|
using | iterator = typename __base_type::iterator |
|
using | value_type = typename __base_type::value_type |
|
template<
typename _Key,
typename _Value,
typename _Alloc,
typename _ExtractKey,
typename _Equal,
typename _H1,
typename _H2,
typename _Hash,
typename _RehashPolicy,
typename _Traits, bool _Unique_keys>
struct std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, false, _Unique_keys >
Specialization.
Definition at line 869 of file hashtable_policy.h.