Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/bits/
Dstl_algo.h926 _OutputIterator __result, _UnaryOperation __unary_op) in transform() argument
932 __typeof__(__unary_op(*__first))>) in transform()
936 *__result = __unary_op(*__first); in transform()