Manpages - std___detail__Mod_range_hashing.3

Table of Contents

NAME

std::__detail::_Mod_range_hashing - Default range hashing function: use division to fold a large number into the range [0, N).

SYNOPSIS


#include <hashtable_policy.h>

Public Types

typedef std::size_t first_argument_type

typedef std::size_t result_type

typedef std::size_t second_argument_type

Public Member Functions

result_type operator() (first_argument_type __num, second_argument_type __den) const noexcept

Detailed Description

Default range hashing function: use division to fold a large number into the range [0, N).

Definition at line 420 of file hashtable_policy.h.

Member Typedef Documentation

typedef std::size_t

std::__detail::_Mod_range_hashing::first_argument_type Definition at line 422 of file hashtable_policy.h.

typedef std::size_t std::__detail::_Mod_range_hashing::result_type

Definition at line 424 of file hashtable_policy.h.

typedef std::size_t

std::__detail::_Mod_range_hashing::second_argument_type Definition at line 423 of file hashtable_policy.h.

Member Function Documentation

result_type std::__detail::_Mod_range_hashing::operator()

(first_argument_type __num, second_argument_type __den) const= [inline]=, = [noexcept]= Definition at line 427 of file hashtable_policy.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

Author: dt

Created: 2022-02-21 Mon 11:34