.TH "__gnu_pbds::detail::stored_data< _Tv, _Th, Store_Hash >" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH 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\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <types_traits\&.hpp>\fP
.PP
Inherits \fB__gnu_pbds::detail::stored_value< _Tv >\fP, and \fB__gnu_pbds::detail::stored_hash< _Th >\fP\&.
.SS "Public Types"

.in +1c
.ti -1c
.RI "typedef _Th \fBhash_type\fP"
.br
.ti -1c
.RI "typedef _Tv \fBvalue_type\fP"
.br
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "hash_type \fBm_hash\fP"
.br
.ti -1c
.RI "value_type \fBm_value\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SS "template<typename _Tv, typename _Th, bool Store_Hash>
.br
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\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.