Searched refs:_ValueType2 (Results 1 – 1 of 1) sorted by relevance
33 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy() typedef43 …al_constant < bool, std::is_trivial<_ValueType1>::value&& std::is_trivial<_ValueType2>::value > (), in uninitialized_copy()56 … ::new (std::addressof(__val2)) _ValueType2(__val1); in uninitialized_copy()67 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy_n() typedef77 …al_constant < bool, std::is_trivial<_ValueType1>::value&& std::is_trivial<_ValueType2>::value > (), in uninitialized_copy_n()89 … ::new (std::addressof(__val2)) _ValueType2(__val1); in uninitialized_copy_n()102 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_move() typedef112 …al_constant < bool, std::is_trivial<_ValueType1>::value&& std::is_trivial<_ValueType2>::value > (), in uninitialized_move()125 ::new (std::addressof(__val2)) _ValueType2(std::move(__val1)); in uninitialized_move()136 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_move_n() typedef[all …]