GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::stored_data< _Tv, _Th > Struct Template Reference

Primary template for representation of stored data. More...

#include <types_traits.hpp>

Inheritance diagram for __gnu_pbds::detail::stored_data< _Tv, _Th >:
Collaboration diagram for __gnu_pbds::detail::stored_data< _Tv, _Th >:

Public Types

typedef _Th hash_type
 
typedef _Tv value_type
 

Public Attributes

hash_type m_hash
 
value_type m_value
 

Detailed Description

template<typename _Tv, typename _Th>
struct __gnu_pbds::detail::stored_data< _Tv, _Th >

Primary template for representation of stored data.

Two types of data can be stored: value and hash.

Member Typedef Documentation

template<typename _Th >
typedef _Th __gnu_pbds::detail::stored_hash< _Th >::hash_type
inherited
template<typename _Tv >
typedef _Tv __gnu_pbds::detail::stored_value< _Tv >::value_type
inherited

Member Data Documentation

template<typename _Th >
hash_type __gnu_pbds::detail::stored_hash< _Th >::m_hash
inherited
template<typename _Tv >
value_type __gnu_pbds::detail::stored_value< _Tv >::m_value
inherited

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