Searched refs:_OutputType (Results 1 – 1 of 1) sorted by relevance
308 typedef typename iterator_traits<_ForwardIterator2>::reference _OutputType; in transform() typedef314 … [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); }); in transform()325 typedef typename iterator_traits<_ForwardIterator>::reference _OutputType; in transform() typedef331 [__op](_Input1Type x, _Input2Type y, _OutputType z) mutable { z = __op(x, y); }); in transform()370 typedef typename iterator_traits<_ForwardIterator2>::reference _OutputType; in replace_copy_if() typedef376 …[__pred, &__new_value](_InputType __x, _OutputType __y) mutable { __y = __pred(__x) ? __new_value … in replace_copy_if()