Flutter Impeller
impeller::scene::Animation::BindKey::Equal Struct Reference

#include <animation.h>

Public Member Functions

bool operator() (const BindKey &lhs, const BindKey &rhs) const
 

Detailed Description

Definition at line 48 of file animation.h.

Member Function Documentation

◆ operator()()

bool impeller::scene::Animation::BindKey::Equal::operator() ( const BindKey lhs,
const BindKey rhs 
) const
inline

Definition at line 49 of file animation.h.

49  {
50  return lhs.node_name == rhs.node_name && lhs.property == rhs.property;
51  }

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


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