xtd
0.2.0
Loading...
Searching...
No Matches
◆
assign()
[2/3]
template<typename type_t , typename allocator_t = xtd::collections::generic::helpers::allocator<typename std::conditional<std::is_same<bool, type_t>::value, char, type_t>::type>>
template<typename input_iterator_t >
void
xtd::collections::generic::list
< type_t, allocator_t >::assign
(
input_iterator_t
first
,
input_iterator_t
last
)
inline
Replaces the contents with copies of those in the range [first, last).
Parameters
first
The first iterator the range to copy the elements from.
last
The last iterator the range to copy the elements from.
Warning
The behavior is undefined if either argument is an iterator this current instance.
xtd
collections
generic
list
Generated on Sat Sep 14 2024 21:25:18 for xtd by
Gammasoft
. All rights reserved.