Halide
Halide::Internal::ReductionDomain::Compare Struct Reference

This lets you use a ReductionDomain as a key in a map of the form map<ReductionDomain, Foo, ReductionDomain::Compare> More...

#include <Reduction.h>

Public Member Functions

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

Detailed Description

This lets you use a ReductionDomain as a key in a map of the form map<ReductionDomain, Foo, ReductionDomain::Compare>

Definition at line 39 of file Reduction.h.

Member Function Documentation

◆ operator()()

bool Halide::Internal::ReductionDomain::Compare::operator() ( const ReductionDomain a,
const ReductionDomain b 
) const
inline

Definition at line 40 of file Reduction.h.

References Halide::Internal::IntrusivePtr< T >::defined(), and internal_assert.


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