STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
hash< long double > Struct Template Reference
Inheritance diagram for hash< long double >:
_Bitwise_hash< long double >

Public Types

typedef long double _Kty
 
typedef _Bitwise_hash< _Kty_Mybase
 
- Public Types inherited from _Bitwise_hash< long double >
typedef long double argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const _Kty &_Keyval) const
 
- Public Member Functions inherited from _Bitwise_hash< long double >
size_t operator() (const long double &_Keyval) const
 

Member Typedef Documentation

typedef long double hash< long double >::_Kty
typedef _Bitwise_hash<_Kty> hash< long double >::_Mybase

Member Function Documentation

size_t hash< long double >::operator() ( const _Kty _Keyval) const
inline
507  { // hash _Keyval to size_t value by pseudorandomizing transform
508  return (_Mybase::operator()(
509  _Keyval == 0 ? 0 : _Keyval)); // map -0 to 0
510  }

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