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>>
19
using
Multiset
=
Json::Array<Key, Base::Multiset, Compare, Allocator>
;
20
21
}
// namespace JXXON
22
23
#endif // JXXON_Multiset_INCLUDED
JXXON
JXXON root namespace.
Definition:
Deque.h:14
JXXON::Json::Array
Definition:
Json.h:102
include
JXXON
Multiset.h
Generated by
1.8.13