Home
last modified time | relevance | path

Searched refs:__algo_tag (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dunique_copy.h103 using __algo_tag = __conditional_t< in unique_copy() local
113 std::move(__first), std::move(__last), std::move(__result), __pred, __algo_tag()) in unique_copy()