6#include "Stroika/Foundation/StroikaPreComp.h"
10#include "Stroika/Foundation/Containers/Set.h"
12#ifndef _Stroika_Foundation_Containers_Concrete_Set_stdset_h_
13#define _Stroika_Foundation_Containers_Concrete_Set_stdset_h_
20 class SortedSet_stdset;
SortedSet_stdset<T> is an std::set-based concrete implementation of the SortedSet<T> container patter...