typedef std::size_t size_type
Size type.
sample_size_policy ()
Default constructor.
sample_range_hashing (const sample_size_policy &)
Copy constructor.
void swap (sample_size_policy &other)
Swaps content.
size_type get_nearest_larger_size (size_type size) const
Given a __size size, returns a __size that is larger.
size_type get_nearest_smaller_size (size_type size) const
Given a __size size, returns a __size that is smaller.
A sample size policy.
Definition at line 47 of file sample_size_policy.hpp.
Size type.
Definition at line 51 of file sample_size_policy.hpp.
Given a __size size, returns a __size that is larger.
Given a __size size, returns a __size that is smaller.
Swaps content.
Generated automatically by Doxygen for libstdc++ from the source code.