GNU g++  v5.2.1
GNU Standard C++
functional_hash.h File Reference

This is an internal header file, included by other library headers. More...

#include <bits/hash_bytes.h>
Include dependency graph for functional_hash.h:

Macros

#define _Cxx_hashtable_define_trivial_hash(_Tp)
 

Detailed Description

This is an internal header file, included by other library headers.

Do not attempt to use it directly. {functional}

Macro Definition Documentation

#define _Cxx_hashtable_define_trivial_hash (   _Tp)
Value:
template<> \
struct hash<_Tp> : public __hash_base<size_t, _Tp> \
{ \
size_t \
operator()(_Tp __val) const noexcept \
{ return static_cast<size_t>(__val); } \
};