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