Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_pbds::basic_hash_table(3) [centos man page]

__gnu_pbds::basic_hash_table< Key__gnu_pbds::basic_hash_table<iKey,yMapped,oHash_Fn,lEq_Fn,PResize_Policy,oStore_Hash, Tag, Policy_Tl, _Alloc >(3)

NAME
__gnu_pbds::basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, Tag, Policy_Tl, _Alloc > - SYNOPSIS
Inherits type< Key, Mapped, _Alloc, Tag, __gnu_cxx::typelist::append< __gnu_cxx::typelist::create4< Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant< int, Store_Hash > >::type, Policy_Tl >::type >. Protected Member Functions basic_hash_table (const basic_hash_table &other) template<typename T0 > basic_hash_table (T0 t0) template<typename T0 , typename T1 > basic_hash_table (T0 t0, T1 t1) template<typename T0 , typename T1 , typename T2 > basic_hash_table (T0 t0, T1 t1, T2 t2) template<typename T0 , typename T1 , typename T2 , typename T3 > basic_hash_table (T0 t0, T1 t1, T2 t2, T3 t3) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 > basic_hash_table (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > basic_hash_table (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > basic_hash_table (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 > basic_hash_table (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 > basic_hash_table (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) Detailed Description template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, typename Resize_Policy, bool Store_Hash, typename Tag, typename Policy_Tl, typename _Alloc>class __gnu_pbds::basic_hash_table< Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, Tag, Policy_Tl, _Alloc > A hashed container abstraction. Template Parameters: Key Key type. Mapped Map type. Hash_Fn Hashing functor. Eq_Fn Equal functor. Resize_Policy Resizes hash. Store_Hash Indicates whether the hash value will be stored along with each key. Tag Instantiating data structure type, see container_tag. Policy_TL Policy typelist. _Alloc Allocator type. Base is dispatched at compile time via Tag, from the following choices: cc_hash_tag, gp_hash_tag, and descendants of basic_hash_tag. Base choices are: detail::cc_ht_map, detail::gp_ht_map Definition at line 104 of file assoc_container.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::basic_hash_table< Key,uMapped,0Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, Tag, Policy_Tl, _Alloc >(3)

Check Out this Related Man Page

__gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy___gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc >(3cxx)

NAME
__gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc > - SYNOPSIS
Inherits type< Key, Mapped, _Alloc, Tag, Policy_Tl >. Public Types typedef Node_Update node_update Protected Member Functions basic_branch (const basic_branch &other) template<typename T0 > basic_branch (T0 t0) template<typename T0 , typename T1 > basic_branch (T0 t0, T1 t1) template<typename T0 , typename T1 , typename T2 > basic_branch (T0 t0, T1 t1, T2 t2) template<typename T0 , typename T1 , typename T2 , typename T3 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > basic_branch (T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) Detailed Description template<typename Key, typename Mapped, typename Tag, typename Node_Update, typename Policy_Tl, typename _Alloc>class __gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc > A branched, tree-like (tree, trie) container abstraction. Template Parameters: Key Key type. Mapped Map type. Tag Instantiating data structure type, see container_tag. Node_Update Updates nodes, restores invariants. Policy_TL Policy typelist. _Alloc Allocator type. Base is dispatched at compile time via Tag, from the following choices: tree_tag, trie_tag, and their descendants. Base choices are: detail::ov_tree_map, detail::rb_tree_map, detail::splay_tree_map, and detail::pat_trie_map. Definition at line 555 of file assoc_container.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::basic_branch< Key, Mapped, Tag, Node_Update, Policy_Tl, _Alloc >(3cxx)
Man Page