Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dmemory_impl.h44 using __ValueType = typename std::iterator_traits<_OutputIterator>::value_type; in __brick_uninitialized_move() local
50 …[](_ReferenceType1 __x, _ReferenceType2 __y) { ::new (std::addressof(__y)) __ValueType(std::move(_… in __brick_uninitialized_move()
95 using __ValueType = typename std::iterator_traits<_OutputIterator>::value_type; in __brick_uninitialized_copy() local
101 … [](_ReferenceType1 __x, _ReferenceType2 __y) { ::new (std::addressof(__y)) __ValueType(__x); }); in __brick_uninitialized_copy()