Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_pbds::basic_branch(3) [debian 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)

Check Out this Related Man Page

__gnu_pbds::trie< Key, Mapped, E_Access_Traits, Tag, Node_Updat__gnu_pbds::trie<xKey, Mapped, E_Access_Traits, Tag, Node_Update, Allocator >(3cxx)

NAME
__gnu_pbds::trie< Key, Mapped, E_Access_Traits, Tag, Node_Update, Allocator > - SYNOPSIS
Inherits __gnu_pbds::basic_tree< Key, Mapped, Tag, detail::trie_traits< Key, Mapped, E_Access_Traits, Node_Update, Tag, Allocator >::node_update, __gnu_cxx::typelist::create2< E_Access_Traits, detail::trie_traits< Key, Mapped, E_Access_Traits, Node_Update, Tag, Allocator > >::type, Allocator >. Public Types typedef Allocator allocator_type typedef base_type::const_iterator const_iterator typedef key_rebind::const_pointer const_key_pointer typedef key_rebind::const_reference const_key_reference typedef mapped_rebind::const_pointer const_mapped_pointer" typedef mapped_rebind::const_reference const_mapped_reference" typedef base_type::const_point_iterator const_point_iterator" typedef value_rebind::const_pointer const_pointer typedef value_rebind::const_reference const_reference" typedef Tag container_category typedef allocator_type::difference_type difference_type" typedef E_Access_Traits e_access_traits typedef base_type::iterator iterator typedef key_rebind::pointer key_pointer typedef allocator_type::template rebind< key_type >::other key_rebind" typedef key_rebind::reference key_reference typedef allocator_type::template rebind< Key > ::other::value_type key_type" typedef mapped_rebind::pointer mapped_pointer typedef allocator_type::template rebind< mapped_type >::other mapped_rebind" typedef mapped_rebind::reference mapped_reference typedef Mapped mapped_type typedef detail::trie_traits < Key, Mapped, E_Access_Traits, Node_Update, Tag, Allocator > ::node_update node_update" typedef base_type::point_iterator point_iterator typedef value_rebind::pointer pointer typedef value_rebind::reference reference typedef allocator_type::size_type size_type typedef allocator_type::template rebind< value_type >::other value_rebind" typedef base_type::value_type value_type Public Member Functions trie (const e_access_traits &t) template<typename It > trie (It first, It last) template<typename It > trie (It first, It last, const e_access_traits &t) trie (const trie &other) trie & operator= (const trie &other) void swap (trie &other) Detailed Description template<typename Key, typename Mapped, typename E_Access_Traits = typename detail::default_trie_e_access_traits<Key>::type, typename Tag = pat_trie_tag, template< typename Const_Node_Iterator, typename Node_Iterator, typename E_Access_Traits_, typename Allocator_ > class Node_Update = null_trie_node_update, typename Allocator = std::allocator<char>>class __gnu_pbds::trie< Key, Mapped, E_Access_Traits, Tag, Node_Update, Allocator > A concrete basic trie-based associative container. Definition at line 586 of file assoc_container.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::trie<2Key, Mapped, E_Access_Traits, Tag, Node_Update, Allocator >(3cxx)
Man Page