Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::scene::Animation::BindKey::Hash Struct Reference

#include <animation.h>

Public Member Functions

std::size_t operator() (const BindKey &o) const
 

Detailed Description

Definition at line 42 of file animation.h.

Member Function Documentation

◆ operator()()

std::size_t impeller::scene::Animation::BindKey::Hash::operator() ( const BindKey o) const
inline

Definition at line 43 of file animation.h.

43 {
44 return fml::HashCombine(o.node_name, o.property);
45 }
constexpr std::size_t HashCombine()

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