OSSIA
Open Scenario System for Interactive Application
string_map.hpp File Reference

Detailed Description

Efficient hash maps for string and string_view

Go to the source code of this file.

Namespaces

 ossia
 

Typedefs

template<typename Value >
using ossia::string_map = ossia::hash_map< std::string, Value, string_hash, string_equal >
 
template<typename Value >
using ossia::string_view_map = ossia::hash_map< std::string_view, Value, string_hash, string_equal >