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