Lines Matching defs:comp
134 explicit flat_tree(const key_compare& comp);
140 const key_compare& comp = key_compare());
147 const key_compare& comp = key_compare());
151 const key_compare& comp = key_compare());
504 const KeyCompare& comp)
505 : impl_(comp) {}
513 const KeyCompare& comp)
514 : impl_(comp, first, last) {
526 const KeyCompare& comp)
527 : impl_(comp, std::move(items)) {
535 const KeyCompare& comp)
536 : flat_tree(std::begin(ilist), std::end(ilist), dupe_handling, comp) {}