libstdc++
tr1_impl/functional_hash.h File Reference

Go to the source code of this file.

Classes

struct  std::_Fnv_hash< size_t >
 Dummy generic implementation (for sizeof(size_t) != 4, 8). More...
struct  std::hash< _Tp >
 Class template hash. More...
struct  std::hash< _Tp * >
 Partial specializations for pointer types. More...

Namespaces

namespace  std

Macros

#define _TR1_hashtable_define_trivial_hash(_Tp)

Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file tr1_impl/functional_hash.h.

Macro Definition Documentation

#define _TR1_hashtable_define_trivial_hash (   _Tp)

Explicit specializations for integer types.

Definition at line 54 of file tr1_impl/functional_hash.h.