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::detail::bin_search_tree_traits< Key, Ma__gnu_pbds::detail::bin_search_tree_traits<)Key, Mapped, Cmp_Fn, Node_Update, Node, _Alloc >(3)

NAME
__gnu_pbds::detail::bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Node, _Alloc > - SYNOPSIS
Public Types typedef bin_search_tree_const_it_ < typename _Alloc::template rebind< node >::other::pointer, typename type_traits::value_type, typename type_traits::pointer, typename type_traits::const_pointer, typename type_traits::reference, typename type_traits::const_reference, false, _Alloc > const_reverse_iterator" typedef Node node typedef bin_search_tree_const_node_it_ < Node, point_const_iterator, point_iterator, _Alloc > node_const_iterator" typedef bin_search_tree_node_it_< Node, point_const_iterator, point_iterator, _Alloc > node_iterator" typedef Node_Update < node_const_iterator, node_iterator, Cmp_Fn, _Alloc > node_update" typedef __gnu_pbds::null_node_update < node_const_iterator, node_iterator, Cmp_Fn, _Alloc > * null_node_update_pointer" typedef bin_search_tree_const_it_ < typename _Alloc::template rebind< node >::other::pointer, typename type_traits::value_type, typename type_traits::pointer, typename type_traits::const_pointer, typename type_traits::reference, typename type_traits::const_reference, true, _Alloc > point_const_iterator" typedef bin_search_tree_it_ < typename _Alloc::template rebind< node >::other::pointer, typename type_traits::value_type, typename type_traits::pointer, typename type_traits::const_pointer, typename type_traits::reference, typename type_traits::const_reference, true, _Alloc > point_iterator" typedef bin_search_tree_it_ < typename _Alloc::template rebind< node >::other::pointer, typename type_traits::value_type, typename type_traits::pointer, typename type_traits::const_pointer, typename type_traits::reference, typename type_traits::const_reference, false, _Alloc > reverse_iterator" Detailed Description template<typename Key, typename Mapped, class Cmp_Fn, template< typename Node_CItr, class Node_Itr, class Cmp_Fn, typename _Alloc > class Node_Update, class Node, typename _Alloc>struct __gnu_pbds::detail::bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Node, _Alloc > Binary search tree traits, primary template. Definition at line 63 of file bin_search_tree_/traits.hpp. Member Typedef Documentation template<typename Key, typename Mapped, class Cmp_Fn, template< typename Node_CItr, class Node_Itr, class Cmp_Fn, typename _Alloc > class Node_Update, class Node, typename _Alloc> typedef bin_search_tree_const_node_it_< Node, point_const_iterator, point_iterator, _Alloc> __gnu_pbds::detail::bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Node, _Alloc >::node_const_iterator This is an iterator to an iterator: it iterates over nodes, and de-referencing it returns one of the tree's iterators. Definition at line 131 of file bin_search_tree_/traits.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::detail::bin_search_tree_traits< Key, Mapped, Cmp_Fn, Node_Update, Node, _Alloc >(3)
Man Page