__gnu_pbds::detail::default_hash_fn< Key >(3) | Library Functions Manual | __gnu_pbds::detail::default_hash_fn< Key >(3) |
NAME
__gnu_pbds::detail::default_hash_fn< Key > - Primary template, default_hash_fn.
SYNOPSIS
#include <standard_policies.hpp>
Public Types
typedef std::tr1::hash< Key > type
Dispatched type.
Detailed Description
template<typename Key>
struct __gnu_pbds::detail::default_hash_fn< Key >"Primary template, default_hash_fn.
Member Typedef Documentation
template<typename Key > std::tr1::hash<Key> __gnu_pbds::detail::default_hash_fn< Key >::type
Dispatched type.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |