STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
__gnu_pbds::detail::stored_data< _Tv, _Th > Struct Template Reference

#include <ext/pb_ds/detail/types_traits.hpp>

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

Additional Inherited Members

- Public Types inherited from __gnu_pbds::detail::stored_value< _Tv >
typedef _Tv value_type
 
- Public Types inherited from __gnu_pbds::detail::stored_hash< _Th >
typedef _Th hash_type
 
- Public Attributes inherited from __gnu_pbds::detail::stored_value< _Tv >
value_type m_value
 
- Public Attributes inherited from __gnu_pbds::detail::stored_hash< _Th >
hash_type m_hash
 

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.


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