std::__detail::_Mask_range_hashing

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

std::__detail::_Mask_range_hashing - Range hashing function assuming that second arg is a power of 2.

 

SYNOPSIS


 

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

Range hashing function assuming that second arg is a power of 2.

Definition at line 495 of file hashtable_policy.h.

 

Author

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


 

Index

NAME
SYNOPSIS
Public Types
Public Member Functions
Detailed Description
Author