Blender V4.3
blender::NodeIDEquality Struct Reference

#include <BKE_node_runtime.hh>

Public Member Functions

bool operator() (const bNode *a, const bNode *b) const
 
bool operator() (const bNode *a, const int32_t b) const
 
bool operator() (const int32_t a, const bNode *b) const
 

Detailed Description

Definition at line 60 of file BKE_node_runtime.hh.

Member Function Documentation

◆ operator()() [1/3]

bool blender::NodeIDEquality::operator() ( const bNode * a,
const bNode * b ) const
inline

Definition at line 61 of file BKE_node_runtime.hh.

References b.

Referenced by operator()().

◆ operator()() [2/3]

bool blender::NodeIDEquality::operator() ( const bNode * a,
const int32_t b ) const
inline

Definition at line 65 of file BKE_node_runtime.hh.

References b.

◆ operator()() [3/3]

bool blender::NodeIDEquality::operator() ( const int32_t a,
const bNode * b ) const
inline

Definition at line 69 of file BKE_node_runtime.hh.

References operator()().


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