Home | History | Annotate | Download | only in pb_ds

Lines Matching defs:trie

537    *  A branched, tree-like (tree, trie) container abstraction.
704 * A trie-based container.
711 * @tparam Node_Update Updates trie nodes,
731 class trie : public PB_DS_TRIE_BASE
740 trie() { }
744 trie(const access_traits& t)
751 trie(It first, It last)
758 trie(It first, It last, const access_traits& t)
762 trie(const trie& other)
766 ~trie() { }
768 trie&
769 operator=(const trie& other)
773 trie tmp(other);
780 swap(trie& other)