libstdc++
std::hash< __gnu_cxx::throw_value_random > Struct Reference

#include <throw_allocator.h>

Inheritance diagram for std::hash< __gnu_cxx::throw_value_random >:
[legend]

Public Types

typedef __gnu_cxx::throw_value_random argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const __gnu_cxx::throw_value_random &__val) const
 

Detailed Description

Explicit specialization of std::hash for __gnu_cxx::throw_value_random.

Definition at line 1006 of file throw_allocator.h.

Member Typedef Documentation

◆ argument_type

argument_type is the type of the argument

Definition at line 120 of file stl_function.h.

◆ result_type

typedef size_t std::unary_function< __gnu_cxx::throw_value_random , size_t >::result_type
inherited

result_type is the return type

Definition at line 123 of file stl_function.h.

Member Function Documentation

◆ operator()()

size_t std::hash< __gnu_cxx::throw_value_random >::operator() ( const __gnu_cxx::throw_value_random __val) const
inline

Definition at line 1010 of file throw_allocator.h.


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