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

◆ list() [2/15]

template<typename type_t >
xtd::collections::generic::list< type_t >::list ( const allocator_type alloc)
inlineexplicitnoexcept

Constructs an empty container with the given allocator.

Parameters
allocThe allocator to use for all memory allocations of this container.