Create an empty list. Use the specified basicAllocator to supply memory. If the type ALLOCATOR is bsl::allocator (the default), then basicAllocator shall be convertible to bslma::Allocator *.
Synopsis
Declared in <bslstl_list.h>
explicit
list(ALLOCATOR const& basicAllocator);
Created with MrDocs