GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::linear_probe_fn< Size_Type > Class Template Reference

A probe sequence policy using fixed increments. More...

#include <hash_policy.hpp>

Public Types

typedef Size_Type size_type
 

Public Member Functions

void swap (linear_probe_fn< Size_Type > &other)
 

Protected Member Functions

size_type operator() (size_type i) const
 Returns the i-th offset from the hash value. More...
 

Detailed Description

template<typename Size_Type = std::size_t>
class __gnu_pbds::linear_probe_fn< Size_Type >

A probe sequence policy using fixed increments.

Member Typedef Documentation

template<typename Size_Type = std::size_t>
typedef Size_Type __gnu_pbds::linear_probe_fn< Size_Type >::size_type

Member Function Documentation

template<typename Size_Type = std::size_t>
size_type __gnu_pbds::linear_probe_fn< Size_Type >::operator() ( size_type  i) const
inlineprotected

Returns the i-th offset from the hash value.

template<typename Size_Type = std::size_t>
void __gnu_pbds::linear_probe_fn< Size_Type >::swap ( linear_probe_fn< Size_Type > &  other)

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