Create an empty list using the specified allocator.
Synopsis
Declared in <bslstp_slist.h>
explicit
slist(allocator_type const& __a = allocator_type());
Parameters
Name |
Description |
__a |
allocator used to allocate nodes |
Created with MrDocs