std::hash< omni::string >

Defined in omni/String.h

template<>
struct hash<omni::string>

Hash specialization for std::string.

Public Types

using argument_type = omni::string

Argument type alias.

using result_type = std::size_t

Result type alias.

Public Functions

inline size_t operator()(const argument_type &x) const noexcept

Hash operator.