table of contents
std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, __use_ebo >(3cxx) | std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, __use_ebo >(3cxx) |
NAME¶
std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, __use_ebo >
SYNOPSIS¶
Inherited by std::__detail::_Hashtable_alloc< __alloc_rebind< _Alloc, __detail::_Hash_node< _Value, _Traits::__hash_cached::value > > > [private], std::__detail::_Hashtable_alloc< __alloc_rebind< _Hash, __detail::_Hash_node< _Tp, _Traits::__hash_cached::value > > > [private], std::__detail::_Hashtable_alloc< __alloc_rebind< hash< _Key >, __detail::_Hash_node< _Tp, _Traits::__hash_cached::value > > > [private], std::__detail::_Hashtable_alloc< __alloc_rebind< equal_to< _Value >, __detail::_Hash_node< hash< _Value >, _Traits::__hash_cached::value > > > [private], std::__detail::_Hashtable_base< _Key, _Tp, _Pred, allocator< std::pair< const _Key, _Tp > >, _H1, _H2, _Hash, _Traits > [private], and std::__detail::_Hashtable_base< _Key, _Tp, equal_to< _Key >, allocator< std::pair< const _Key, _Tp > >, _H1, _H2, _Hash, _Traits > [private].
Detailed Description¶
template<int _Nm, typename _Tp, bool __use_ebo = !__is_final(_Tp) && __is_empty(_Tp)>¶
struct std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, __use_ebo >"Primary class template _Hashtable_ebo_helper.
Helper class using EBO when it is not forbidden (the type is not final) and when it is worth it (the type is empty.)
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |