Unravel Engine C++ Reference
Loading...
Searching...
No Matches
std::hash< gfx::texture_key > Struct Reference

#include <render_view_keys.h>

Public Types

using argument_type = gfx::texture_key
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &s) const
 

Detailed Description

Definition at line 39 of file render_view_keys.h.

Member Typedef Documentation

◆ argument_type

using std::hash< gfx::texture_key >::argument_type = gfx::texture_key

Definition at line 41 of file render_view_keys.h.

◆ result_type

using std::hash< gfx::texture_key >::result_type = std::size_t

Definition at line 42 of file render_view_keys.h.

Member Function Documentation

◆ operator()()

result_type std::hash< gfx::texture_key >::operator() ( argument_type const & s) const
inline

Definition at line 43 of file render_view_keys.h.


The documentation for this struct was generated from the following file: