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)
 

Static Public Member Functions

static const _Tp & _S_cget (const _Hashtable_ebo_helper &__eboh)
 
static _Tp & _S_get (_Hashtable_ebo_helper &__eboh)
 

Detailed Description

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

Specialization using EBO.

Definition at line 1093 of file hashtable_policy.h.

Constructor & Destructor Documentation

◆ _Hashtable_ebo_helper()

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 1099 of file hashtable_policy.h.

Member Function Documentation

◆ _S_cget()

template<int _Nm, typename _Tp >
static const _Tp & std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >::_S_cget ( const _Hashtable_ebo_helper< _Nm, _Tp, true > &  __eboh)
inlinestatic

Definition at line 1104 of file hashtable_policy.h.

◆ _S_get()

template<int _Nm, typename _Tp >
static _Tp & std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, true >::_S_get ( _Hashtable_ebo_helper< _Nm, _Tp, true > &  __eboh)
inlinestatic

Definition at line 1108 of file hashtable_policy.h.


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