Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h324 typedef typename iterator_traits<_ForwardIterator2>::reference _Input2Type; in transform() typedef
331 [__op](_Input1Type x, _Input2Type y, _OutputType z) mutable { z = __op(x, y); }); in transform()