SimpleKernel 1.17.0
Loading...
Searching...
No Matches
etl::hash< ResourceId > Struct Reference

#include <resource_id.hpp>

Collaboration diagram for etl::hash< ResourceId >:
Collaboration graph

Public Member Functions

auto operator() (const ResourceId &id) const -> size_t
 

Detailed Description

Definition at line 178 of file resource_id.hpp.

Member Function Documentation

◆ operator()()

auto etl::hash< ResourceId >::operator() ( const ResourceId id) const -> size_t
inline

Definition at line 179 of file resource_id.hpp.

179 {
180 return etl::hash<uint64_t>{}(static_cast<uint64_t>(id));
181 }

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