__gnu_pbds::detail::stored_data.3cxx
Contents
Detailed Description
template<typename_Tv,typename_Th,boolStore_Hash>
struct __gnu_pbds::detail::stored_data< _Tv, _Th, Store_Hash >"Primary template for representation of
stored data. Two types of data can be stored: value and hash.
Name
__gnu_pbds::detail::stored_data< _Tv, _Th, Store_Hash > - Primary template for representation of stored
data. Two types of data can be stored: value and hash.
Synopsis
#include <types_traits.hpp>
Inherits __gnu_pbds::detail::stored_value<_Tv>, and __gnu_pbds::detail::stored_hash<_Th>.
PublicTypes
typedef _Th hash_type
typedef _Tv value_typePublicAttributes
hash_type m_hash
value_type m_value