#include "Stroika/Foundation/StroikaPreComp.h"
#include <set>
#include "Stroika/Foundation/Containers/SortedKeyedCollection.h"
#include "SortedKeyedCollection_stdset.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Containers::Concrete::SortedKeyedCollection_stdset< T, KEY_TYPE, TRAITS > |
SortedKeyedCollection_stdset<KEY_TYPE,MAPPED_VALUE_TYPE> is an std::map-based concrete implementation of the SortedKeyedCollection<KEY_TYPE,MAPPED_VALUE_TYPE> container pattern. More... | |
struct | Stroika::Foundation::Containers::Concrete::SortedKeyedCollection_stdset< T, KEY_TYPE, TRAITS >::SetInOrderComparer< KEY_INORDER_COMPARER > |
SetInOrderComparer is the COMPARER passed to the STL set. It intrinsically uses the provided extractor and key comparer. More... | |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::Containers |
namespace | Stroika::Foundation::Containers::Concrete |
Definition in file SortedKeyedCollection_stdset.h.