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::library::CriticalList
std::list< T, CriticalAllocator< T >> CriticalList
A std::list ensures concurrency.
Definition:
CriticalList.hpp:18
samchon
Top level namespace of products built from samchon.
Definition:
ByteArray.hpp:7
cpp
samchon
library
CriticalList.hpp
Generated by
1.8.11