Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_pbds::container_traits(3) [debian man page]

__gnu_pbds::container_traits< Cntnr >(3cxx)							       __gnu_pbds::container_traits< Cntnr >(3cxx)

NAME
__gnu_pbds::container_traits< Cntnr > - SYNOPSIS
Inherits container_traits_base< Cntnr::container_category >. Public Types enum { order_preserving, erase_can_throw, split_join_can_throw, reverse_iteration } typedef container_traits_base < container_category > base_type" typedef Cntnr::container_category container_category typedef Cntnr container_type typedef base_type::invalidation_guarantee invalidation_guarantee" Detailed Description template<typename Cntnr>struct __gnu_pbds::container_traits< Cntnr > container_traits Definition at line 346 of file tag_and_trait.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 __gnu_pbds::container_traits< Cntnr >(3cxx)

Check Out this Related Man Page

__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator >(3cxx)

NAME
__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator > - SYNOPSIS
Inherits __gnu_pbds::container_base< Key, Mapped, list_update_tag, __gnu_cxx::typelist::create2< Eq_Fn, Update_Policy >::type, Allocator >. Public Types typedef Allocator allocator 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 list_update_tag container_category typedef allocator_type::difference_type difference_type" typedef Eq_Fn eq_fn 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 base_type::point_iterator point_iterator typedef value_rebind::pointer pointer typedef value_rebind::reference reference typedef allocator_type::size_type size_type typedef Update_Policy update_policy typedef allocator_type::template rebind< value_type >::other value_rebind" typedef base_type::value_type value_type Public Member Functions template<typename It > list_update (It first, It last) list_update (const list_update &other) list_update & operator= (const list_update &other) void swap (list_update &other) Detailed Description template<typename Key, typename Mapped, class Eq_Fn = typename detail::default_eq_fn<Key>::type, class Update_Policy = detail::default_update_policy::type, class Allocator = std::allocator<char>>class __gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator > A list-update based associative container. Definition at line 654 of file assoc_container.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator >(3cxx)
Man Page