libstdc++
__gnu_pbds::sample_size_policy Class Reference

List of all members.

Public Types

typedef std::size_t size_type

Public Member Functions

 sample_size_policy ()
 sample_range_hashing (const sample_size_policy &)
void swap (sample_size_policy &other)

Protected Member Functions

size_type get_nearest_larger_size (size_type size) const
size_type get_nearest_smaller_size (size_type size) const

Detailed Description

A sample size policy.

Definition at line 47 of file sample_size_policy.hpp.


Member Typedef Documentation

Size type.

Definition at line 51 of file sample_size_policy.hpp.


Constructor & Destructor Documentation


Member Function Documentation

Given a __size size, returns a __size that is larger.

Given a __size size, returns a __size that is smaller.

Swaps content.


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