Searched refs:find_unique (Results 1 – 1 of 1) sorted by relevance
58 find_unique(Container &&container, Predicate &&pred) { in find_unique() function374 auto unique = detail::find_unique(leafs, [=](const auto &leaf) { in applyToUnique()