xtd 0.2.0
Loading...
Searching...
No Matches

◆ list() [15/15]

template<typename type_t >
xtd::collections::generic::list< type_t >::list ( base_type &&  other,
const allocator_type alloc 
)
inline

Move constructor with specified base tyoe list, and allocator.

Parameters
listThe xtd::collections::generic::list::base_type which elements will be moved from.
allocThe allocator to use for all memory allocations of this container.