Top level namespace of products built from samchon.
More...
|
| example |
| Module of Samchon Framework's examples.
|
|
| library |
| Package of libraries.
|
|
| namtree |
| Package of Nam-Tree.
|
|
| protocol |
| Package of network protocol and libraries.
|
|
|
template<typename T , typename _Pr = std::less<std::string>, typename _Alloc = std::allocator<std::pair<const std::string, T>>> |
using | Dictionary = Map< std::string, T, _Pr, _Alloc > |
| A Map key is string. More...
|
|
Top level namespace of products built from samchon.
- Author
- Jeongho Nam http://samchon.org
template<typename T , typename _Pr = std::less<std::string>, typename _Alloc = std::allocator<std::pair<const std::string, T>>>