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
}
ossia
Definition:
git_info.h:7
src
ossia
detail
string_map.hpp
Generated on Fri Nov 15 2024 13:39:29 for OSSIA by
1.9.1