Searched refs:__ValueType (Results 1 – 1 of 1) sorted by relevance
44 using __ValueType = typename std::iterator_traits<_OutputIterator>::value_type; in __brick_uninitialized_move() local50 …[](_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() local101 … [](_ReferenceType1 __x, _ReferenceType2 __y) { ::new (std::addressof(__y)) __ValueType(__x); }); in __brick_uninitialized_copy()