JXXON object mapper library
Multiset.h
1 //
2 // Copyright (C) 2018 Dr. Michael Steffens
3 //
4 // SPDX-License-Identifier: BSL-1.0
5 //
6 
7 
8 #ifndef JXXON_Multiset_INCLUDED
9 #define JXXON_Multiset_INCLUDED
10 
11 #include "JXXON/Base/Multiset.h"
12 #include "JXXON/Json.h"
13 #include "JXXON/Less.h"
14 
15 namespace JXXON {
16 
18 template<typename Key, typename Compare = Less<Key>, typename Allocator = std::allocator<Key>>
20 
21 } // namespace JXXON
22 
23 #endif // JXXON_Multiset_INCLUDED
JXXON root namespace.
Definition: Deque.h:14
Definition: Json.h:102