Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
CriticalTreeMap.hpp
1
#pragma once
2
3
#include <samchon/TreeMap.hpp>
4
#include <samchon/library/CriticalAllocator.hpp>
5
6
namespace
samchon
7
{
8
namespace
library
9
{
17
template
<
typename
Key,
typename
T,
typename
_Pr = std::less<Key>>
18
using
CriticalTreeMap = TreeMap<Key, T, _Pr, CriticalAllocator<std::pair<const Key, T>>>;
19
};
20
};
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
library
CriticalTreeMap.hpp
Generated by
1.8.11