Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_pbds::sample_size_policy(3cxx) [debian man page]

__gnu_pbds::sample_size_policy(3cxx)									      __gnu_pbds::sample_size_policy(3cxx)

NAME
__gnu_pbds::sample_size_policy - SYNOPSIS
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 typedef std::size_t __gnu_pbds::sample_size_policy::size_type 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_typesize) const [inline], [protected] Given a __size size, returns a __size that is larger. size_type __gnu_pbds::sample_size_policy::get_nearest_smaller_size (size_typesize) const [inline], [protected] 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. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sun Jan 6 2013 __gnu_pbds::sample_size_policy(3cxx)

Check Out this Related Man Page

__gnu_pbds::sample_ranged_hash_fn(3cxx) 								   __gnu_pbds::sample_ranged_hash_fn(3cxx)

NAME
__gnu_pbds::sample_ranged_hash_fn - SYNOPSIS
Public Types typedef std::size_t size_type Public Member Functions sample_ranged_hash_fn () sample_ranged_hash_fn (const sample_ranged_hash_fn &) void swap (sample_ranged_hash_fn &) Protected Member Functions void notify_resized (size_type) size_type operator() (key_const_reference) const Detailed Description A sample ranged-hash functor. Definition at line 47 of file sample_ranged_hash_fn.hpp. Constructor &; Destructor Documentation __gnu_pbds::sample_ranged_hash_fn::sample_ranged_hash_fn () Default constructor. __gnu_pbds::sample_ranged_hash_fn::sample_ranged_hash_fn (const sample_ranged_hash_fn &) Copy constructor. Member Function Documentation void __gnu_pbds::sample_ranged_hash_fn::notify_resized (size_type) [protected] Notifies the policy object that the container's __size has changed to size. size_type __gnu_pbds::sample_ranged_hash_fn::operator() (key_const_reference) const [inline], [protected] Transforms key_const_reference into a position within the table. void __gnu_pbds::sample_ranged_hash_fn::swap (sample_ranged_hash_fn &) [inline] Swaps content. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sun Jan 6 2013 __gnu_pbds::sample_ranged_hash_fn(3cxx)
Man Page