.TH "__gnu_pbds::sample_ranged_hash_fn" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
__gnu_pbds::sample_ranged_hash_fn \- A sample ranged-hash functor\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <sample_ranged_hash_fn\&.hpp>\fP
.SS "Public Types"

.in +1c
.ti -1c
.RI "typedef std::size_t \fBsize_type\fP"
.br
.in -1c
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBsample_ranged_hash_fn\fP ()"
.br
.RI "Default constructor\&. "
.ti -1c
.RI "\fBsample_ranged_hash_fn\fP (const \fBsample_ranged_hash_fn\fP &)"
.br
.RI "Copy constructor\&. "
.ti -1c
.RI "void \fBswap\fP (\fBsample_ranged_hash_fn\fP &)"
.br
.RI "Swaps content\&. "
.in -1c
.SS "Protected Member Functions"

.in +1c
.ti -1c
.RI "void \fBnotify_resized\fP (size_type)"
.br
.RI "Notifies the policy object that the container's __size has changed to size\&. "
.ti -1c
.RI "size_type \fBoperator()\fP (key_const_reference) const"
.br
.RI "Transforms key_const_reference into a position within the table\&. "
.in -1c
.SH "Detailed Description"
.PP 
A sample ranged-hash functor\&. 
.SH "Constructor & Destructor Documentation"
.PP 
.SS "__gnu_pbds::sample_ranged_hash_fn::sample_ranged_hash_fn ()"

.PP
Default constructor\&. 
.SS "__gnu_pbds::sample_ranged_hash_fn::sample_ranged_hash_fn (const \fBsample_ranged_hash_fn\fP &)"

.PP
Copy constructor\&. 
.SH "Member Function Documentation"
.PP 
.SS "void __gnu_pbds::sample_ranged_hash_fn::notify_resized (size_type)\fC [protected]\fP"

.PP
Notifies the policy object that the container's __size has changed to size\&. 
.SS "size_type __gnu_pbds::sample_ranged_hash_fn::operator() (key_const_reference) const\fC [inline]\fP, \fC [protected]\fP"

.PP
Transforms key_const_reference into a position within the table\&. 
.SS "void __gnu_pbds::sample_ranged_hash_fn::swap (\fBsample_ranged_hash_fn\fP &)\fC [inline]\fP"

.PP
Swaps content\&. 

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