Flutter Impeller
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  }

References impeller::scene::Animation::BindKey::node_name, and impeller::scene::Animation::BindKey::property.


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