Provided by: libstdc++-5-doc_5.4.0-6ubuntu1~16.04.12_all bug

NAME

       std::__detail::_Hashtable_ebo_helper< _Nm, _Tp, __use_ebo > -

SYNOPSIS

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.)

       Definition at line 969 of file hashtable_policy.h.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                       std::__detail::cHashtable_ebo_helper< _Nm, _Tp, __use_ebo >(3cxx)