std::__detail::_Hashtable_traits man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

std::__detail::_Hashtable_traits<;a_Cache_hash_code,e_Constant_iterators,t_Unique_keys_>(3)ue_keys >(3)

NAME
       std::__detail::_Hashtable_traits< _Cache_hash_code,
       _Constant_iterators, _Unique_keys > -

SYNOPSIS
   Public Types
       template<bool _Cond> using __bool_constant = integral_constant< bool,
	   _Cond >
       using __constant_iterators = __bool_constant< _Constant_iterators >
       using __hash_cached = __bool_constant< _Cache_hash_code >
       using __unique_keys = __bool_constant< _Unique_keys >

Detailed Description
   template<bool _Cache_hash_code, bool _Constant_iterators, bool
       _Unique_keys>struct std::__detail::_Hashtable_traits< _Cache_hash_code,
       _Constant_iterators, _Unique_keys >
       struct _Hashtable_traits

       Important traits for hash tables.

       Template Parameters:
	   _Cache_hash_code Boolean value. True if the value of the hash
	   function is stored along with the value. This is a time-space
	   tradeoff. Storing it may improve lookup speed by reducing the
	   number of times we need to call the _Equal function.
	   _Constant_iterators Boolean value. True if iterator and
	   const_iterator are both constant iterator types. This is true for
	   unordered_set and unordered_multiset, false for unordered_map and
	   unordered_multimap.
	   _Unique_keys Boolean value. True if the return value of
	   _Hashtable::count(k) is always at most one, false if it may be an
	   arbitrary number. This is true for unordered_set and unordered_map,
	   false for unordered_multiset and unordered_multimap.

       Definition at line 131 of file hashtable_policy.h.

Author
       Generated automatically by Doxygen for libstdc++ from the source code.

std::__detail::_Hashtable_traits<; _Cache_hash_code, _Constant_iterators, _Unique_keys >(3)
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net