STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
__gnu_pbds::detail::stored_hash< _Th > Struct Template Reference

Stored hash. More...

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

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

Public Types

typedef _Th hash_type
 

Public Attributes

hash_type m_hash
 

Detailed Description

template<typename _Th>
struct __gnu_pbds::detail::stored_hash< _Th >

Stored hash.

Member Typedef Documentation

template<typename _Th >
typedef _Th __gnu_pbds::detail::stored_hash< _Th >::hash_type

Member Data Documentation

template<typename _Th >
hash_type __gnu_pbds::detail::stored_hash< _Th >::m_hash

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