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

#include <formats.h>

Public Member Functions

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

Detailed Description

Definition at line 956 of file formats.h.

Member Function Documentation

◆ operator()()

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

Definition at line 957 of file formats.h.

958 {
959 return des.GetHash();
960 }
constexpr size_t GetHash() const
Definition formats.h:902

References impeller::StencilAttachmentDescriptor::GetHash().


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