Singly‐linked list with bsl::allocator as the default allocator.
Synopsis
Declared in <bsl_forward_list.h>
template<class TYPE>
using forward_list = std::forward_list<TYPE, bsl::allocator<TYPE>>;
Created with MrDocs