libstdc++
std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true > Struct Template Reference

#include <hashtable_policy.h>

Inherits _Tp.

Public Member Functions

template<typename _OtherTp >
 _Hashtable_ebo_helper (_OtherTp &&__tp)
 
const _Tp & _M_cget () const
 
_Tp & _M_get ()
 

Detailed Description

template<int _Nm, typename _Tp>
struct std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >

Specialization using EBO.

Definition at line 1109 of file hashtable_policy.h.

Constructor & Destructor Documentation

◆ _Hashtable_ebo_helper() [1/2]

template<int _Nm, typename _Tp >
std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >::_Hashtable_ebo_helper ( )
inlinenoexcept

Definition at line 1112 of file hashtable_policy.h.

◆ _Hashtable_ebo_helper() [2/2]

template<int _Nm, typename _Tp >
template<typename _OtherTp >
std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >::_Hashtable_ebo_helper ( _OtherTp &&  __tp)
inline

Definition at line 1115 of file hashtable_policy.h.

Member Function Documentation

◆ _M_cget()

template<int _Nm, typename _Tp >
const _Tp & std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >::_M_cget ( ) const
inline

Definition at line 1119 of file hashtable_policy.h.

◆ _M_get()

template<int _Nm, typename _Tp >
_Tp & std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >::_M_get ( )
inline

Definition at line 1120 of file hashtable_policy.h.


The documentation for this struct was generated from the following file: