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