|
libstdc++
|
#include <types_traits.hpp>
Public Types | |
| typedef _Th | hash_type |
| typedef _Tv | value_type |
Public Attributes | |
| hash_type | m_hash |
| value_type | m_value |
Specialization for representation of stored data of just value type.
Definition at line 101 of file types_traits.hpp.
| typedef _Th __gnu_pbds::detail::stored_hash< _Th >::hash_type |
Definition at line 88 of file types_traits.hpp.
| typedef _Tv __gnu_pbds::detail::stored_value< _Tv >::value_type |
Definition at line 80 of file types_traits.hpp.
| hash_type __gnu_pbds::detail::stored_hash< _Th >::m_hash |
Definition at line 89 of file types_traits.hpp.
| value_type __gnu_pbds::detail::stored_value< _Tv >::m_value |
Definition at line 81 of file types_traits.hpp.