Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
Dictionary.hpp
1
#pragma once
2
#include <samchon/Map.hpp>
3
#include <string>
4
5
namespace
samchon
6
{
13
template
<
typename
T,
typename
_Pr = std::less<std::
string
>,
typename
_Alloc = std::allocator<std::pair<const std::
string
, T>>>
14
using
Dictionary
=
Map<std::string, T, _Pr, _Alloc>
;
15
};
samchon::Map
Customized std::map.
Definition:
Map.hpp:88
samchon
Top level namespace of products built from samchon.
Definition:
ByteArray.hpp:7
cpp
samchon
Dictionary.hpp
Generated by
1.8.11