Home
last modified time | relevance | path

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

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