libstdc++
__gnu_pbds::sample_size_policy Class Reference

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

__gnu_pbds::sample_size_policy::sample_size_policy ( )

Default constructor.

Member Function Documentation

size_type __gnu_pbds::sample_size_policy::get_nearest_larger_size ( size_type  size) const
inlineprotected

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

size_type __gnu_pbds::sample_size_policy::get_nearest_smaller_size ( size_type  size) const
inlineprotected

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

__gnu_pbds::sample_size_policy::sample_range_hashing ( const sample_size_policy )

Copy constructor.

void __gnu_pbds::sample_size_policy::swap ( sample_size_policy other)
inline

Swaps content.


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