Home | History | Annotate | Download | only in pb_ds

Lines Matching refs:cmp_fn

603   detail::tree_traits<Key, Mapped,Cmp_Fn,Node_Update,Tag,_Alloc>
608 typename __gnu_cxx::typelist::create2<Cmp_Fn, \
617 * @tparam Cmp_Fn Comparison functor.
629 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
642 typedef Cmp_Fn cmp_fn;
647 /// copied by the Cmp_Fn object of the container object.
648 tree(const cmp_fn& c)
661 /// will be copied by the cmp_fn object of the container object.
663 tree(It first, It last, const cmp_fn& c)