__gnu_pbds::trie< Key, Mapped, _ATraits, Tag, Node_Update, _Alloc >(3cxx) | __gnu_pbds::trie< Key, Mapped, _ATraits, Tag, Node_Update, _Alloc >(3cxx) |
__gnu_pbds::trie< Key, Mapped, _ATraits, Tag, Node_Update, _Alloc >
#include <assoc_container.hpp>
Inherits __gnu_pbds::basic_branch< Key, Mapped, pat_trie_tag, detail::trie_traits< Key, Mapped, typename detail::default_trie_access_traits< Key >::type, null_node_update, pat_trie_tag, std::allocator< char > > ::node_update, __gnu_cxx::typelist::create2< typename detail::default_trie_access_traits< Key >::type, detail::trie_traits< Key, Mapped, typename detail::default_trie_access_traits< Key >::type, null_node_update, pat_trie_tag, std::allocator< char > > >::type, std::allocator< char > >.
typedef _ATraits access_traits
Element access traits type. typedef detail::trie_traits< Key,
Mapped, typename detail::default_trie_access_traits< Key
>::type, null_node_update, pat_trie_tag,
std::allocator< char > > ::node_update node_update
trie (const access_traits &t)
Constructor taking some policy objects. r_access_traits will be copied by the
_ATraits object of the container object. trie (const trie
&other)
template<typename It > trie (It first, It last)
Constructor taking __iterators to a range of value_types. The value_types
between first_it and last_it will be inserted into the container object.
template<typename It > trie (It first, It last, const
access_traits &t)
Constructor taking __iterators to a range of value_types and some policy
objects. The value_types between first_it and last_it will be inserted into
the container object. trie & operator= (const trie
&other)
void swap (trie &other)
class __gnu_pbds::trie< Key, Mapped, _ATraits, Tag, Node_Update, _Alloc >"A trie-based container.
Template Parameters
Base tag choice is pat_trie_tag.
Base is basic_branch.
Definition at line 731 of file assoc_container.hpp.
Element access traits type.
Definition at line 738 of file assoc_container.hpp.
Definition at line 561 of file assoc_container.hpp.
Definition at line 740 of file assoc_container.hpp.
Constructor taking some policy objects. r_access_traits will be copied by the _ATraits object of the container object.
Definition at line 744 of file assoc_container.hpp.
Constructor taking __iterators to a range of value_types. The value_types between first_it and last_it will be inserted into the container object.
Definition at line 751 of file assoc_container.hpp.
Constructor taking __iterators to a range of value_types and some policy objects. The value_types between first_it and last_it will be inserted into the container object.
Definition at line 758 of file assoc_container.hpp.
Definition at line 762 of file assoc_container.hpp.
Definition at line 766 of file assoc_container.hpp.
Definition at line 769 of file assoc_container.hpp.
Definition at line 780 of file assoc_container.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |