Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
UniqueEntityList.hpp
1
#pragma once
2
#include <samchon/protocol/EntityGroup.hpp>
3
#include <list>
4
5
namespace
samchon
6
{
7
namespace
protocol
8
{
24
template
<
typename
T,
typename
Key = std::
string
>
25
using
UniqueEntityList = EntityGroup<std::list<std::unique_ptr<T>>, T, Key>;
26
};
27
};
samchon
Definition:
ByteArray.hpp:6
cpp
samchon
protocol
UniqueEntityList.hpp
Generated by
1.8.11