Returns the allocator object used to construct the container.
Parameters
none
Return Value
The allocator.
Member type allocator_type is the type of the allocator used by the container, defined in forward_list as an alias of its second template parameter (Alloc).