Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
std::hash< impeller::DepthAttachmentDescriptor > Struct Reference

#include <formats.h>

Public Member Functions

constexpr std::size_t operator() (const impeller::DepthAttachmentDescriptor &des) const
 

Detailed Description

Definition at line 694 of file formats.h.

Member Function Documentation

◆ operator()()

constexpr std::size_t std::hash< impeller::DepthAttachmentDescriptor >::operator() ( const impeller::DepthAttachmentDescriptor des) const
inlineconstexpr

Definition at line 695 of file formats.h.

696 {
697 return des.GetHash();
698 }
constexpr size_t GetHash() const
Definition formats.h:609

References impeller::DepthAttachmentDescriptor::GetHash().


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