What is the purpose of the 'std::forward_list' container in C++ STL?
A. To provide a singly linked list implementation
B. To provide a doubly linked list implementation
C. To store elements in a sorted sequence
D. To store elements in a hash table
Answer: Option A
Join The Discussion