Flutter Impeller
std::hash< impeller::UniqueID > Struct Reference

#include <comparable.h>

Public Member Functions

constexpr std::size_t operator() (const impeller::UniqueID &id)
 

Detailed Description

Definition at line 98 of file comparable.h.

Member Function Documentation

◆ operator()()

constexpr std::size_t std::hash< impeller::UniqueID >::operator() ( const impeller::UniqueID id)
inlineconstexpr

Definition at line 99 of file comparable.h.

99  {
100  return id.id;
101  }

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