#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Common/Concepts.h"
#include "Stroika/Foundation/Containers/Collection.h"
#include "SortedCollection.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Containers::SortedCollection< T > |
A SortedCollection is a Collection<T> which remains sorted (iteration produces items sorted) even as you add and remove entries. More... | |
class | Stroika::Foundation::Containers::SortedCollection< T >::_IRep |
Implementation detail for SortedCollection<T> implementors. More... | |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Containers |