Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
StaticEntityDeque.hpp
1
#pragma once
2
#include <samchon/protocol/StaticEntityGroup.hpp>
3
#include <deque>
4
5
namespace
samchon
6
{
7
namespace
protocol
8
{
9
template
<
typename
T,
typename
Key = std::
string
>
10
using
StaticEntityDeque = StaticEntityGroup<std::deque<T>, Key>;
11
};
12
};
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
protocol
StaticEntityDeque.hpp
Generated by
1.8.11