Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 }

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