Flutter Engine
The Flutter Engine
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 38 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 39 of file animation.h.

39 {
40 return fml::HashCombine(o.node_name, o.property);
41 }
constexpr std::size_t HashCombine()
Definition: hash_combine.h:25

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