JSON for Modern C++
3.0
|
▼Container | C++ Container concept |
Reversible Container | 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 |