Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
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 96 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 97 of file comparable.h.

97 {
98 return id.id;
99 }

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