Stroika Library
3.0d16
Help-Home
Loading...
Searching...
No Matches
Collection_stdmultiset.h
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
5
// Moved #includes outside #include guard to avoid deadly embrace
6
#include "Stroika/Foundation/StroikaPreComp.h"
7
8
#include <set>
9
10
#include "
Stroika/Foundation/Containers/Concrete/SortedCollection_stdmultiset.h
"
11
12
#ifndef _Stroika_Foundation_Containers_Concrete_Collection_stdmultiset_h_
13
#define _Stroika_Foundation_Containers_Concrete_Collection_stdmultiset_h_
14
15
// THIS FILE IS DEPRECATED SINCE STROIKA v3.0d10 - use SortedCollection_stdmultiset
16
17
namespace
Stroika::Foundation::Containers::Concrete
{
18
19
template
<
typename
T>
20
class
SortedCollection_stdmultiset;
// avoid issue with #include deadly embrace
21
22
template
<
typename
T>
23
using
Collection_stdmultiset [[deprecated (
"Since Stroika v3.0d10 - use SortedCollection_stdmultiset"
)]] = SortedCollection_stdmultiset<T>;
24
25
}
26
27
#endif
/*_Stroika_Foundation_Containers_Concrete_Collection_stdmultiset_h_ */
SortedCollection_stdmultiset.h
Stroika::Foundation::Containers::Concrete
Definition
Association_Array.h:19
Library
Sources
Stroika
Foundation
Containers
Concrete
Collection_stdmultiset.h
Generated by
1.9.8