Luna::List::operator=
List< _Ty, _Alloc > & operator=(InitializerList< value_type > ilist)
Replaces elements of the list by elements from one initializer list.
Parameters
-
in ilist
The initializer list.
Return value
Returns *this
.
List< _Ty, _Alloc > & operator=(InitializerList< value_type > ilist)
Replaces elements of the list by elements from one initializer list.
in ilist
The initializer list.
Returns *this
.