JSON for Modern C++
3.0
|
![]() | C++ Container concept |
![]() ![]() | C++ Reversible Container conceptA ReversibleContainer is a Container that has iterators that meet the requirements of either BidirectionalIterator or RandomAccessIterator. Such iterators allow a ReversibleContainer to be iterated over in reverse |