6#include "Stroika/Foundation/StroikaPreComp.h"
10#include "Stroika/Foundation/Containers/KeyedCollection.h"
12#ifndef _Stroika_Foundation_Containers_Concrete_KeyedCollection_stdset_h_
13#define _Stroika_Foundation_Containers_Concrete_KeyedCollection_stdset_h_
19 template <
typename T,
typename KEY_TYPE,
typename TRAITS = KeyedCollection_DefaultTraits<T, KEY_TYPE>>
20 class SortedKeyedCollection_stdset;
22 template <
typename T,
typename KEY_TYPE,
typename TRAITS = KeyedCollection_DefaultTraits<T, KEY_TYPE>>
23 using KeyedCollection_stdset [[deprecated (
"Since Stroika v3.0d10 - use SortedKeyedCollection_stdset")]] = SortedKeyedCollection_stdset<T>;