GLSL Struct 1.4.8
glslstruct
Loading...
Searching...
No Matches
glslstruct::utils::hashable Concept Reference

Checks if type has defined std::hash. More...

#include <hash.hpp>

Concept definition

template<class T>
concept hashable = requires { typename std::hash<T>; }
Checks if type has defined std::hash.
Definition hash.hpp:29

Detailed Description

Checks if type has defined std::hash.

Template Parameters
Ttype