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 101 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 102 of file comparable.h.

102  {
103  return id.id;
104  }

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