Halide 19.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
Halide::Internal::IRDeepCompare Struct Reference

A compare struct built around less_than, for use as the comparison object in a std::map or std::set. More...

#include <IREquality.h>

Public Member Functions

bool operator() (const IRHandle &a, const IRHandle &b) const
 

Detailed Description

A compare struct built around less_than, for use as the comparison object in a std::map or std::set.

Definition at line 146 of file IREquality.h.

Member Function Documentation

◆ operator()()

bool Halide::Internal::IRDeepCompare::operator() ( const IRHandle & a,
const IRHandle & b ) const
inline

Definition at line 147 of file IREquality.h.

References Halide::Internal::less_than().


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