xtd
0.2.0
Loading...
Searching...
No Matches
◆
operator=()
[1/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>>
list
&
xtd::collections::generic::list
< type_t, allocator_t >::operator=
(
const
list
< type_t, allocator_t > &
other
)
default
Copy assignment operator. Replaces the contents with a copy of the contents of other.
Parameters
other
Another container to use as data source.
Returns
This current instance.
xtd
collections
generic
list
Generated on Sat Sep 14 2024 21:25:18 for xtd by
Gammasoft
. All rights reserved.