Home
last modified time | relevance | path

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

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