OSSIA
Open Scenario System for Interactive Application
string_map.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <ossia/detail/hash_map.hpp>
3 
9 namespace ossia
10 {
11 template <typename Value>
12 using string_map = ossia::hash_map<std::string, Value, string_hash, string_equal>;
13 template <typename Value>
14 using string_view_map
15  = ossia::hash_map<std::string_view, Value, string_hash, string_equal>;
16 }
Definition: git_info.h:7