Samchon Framework for CPP  1.0.0
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>>>
15 };
Customized std::map.
Definition: Map.hpp:88
Top level namespace of products built from samchon.
Definition: ByteArray.hpp:7