ALP User Documentation 0.7.0
Algebraic Programming User Documentation
List of all members
equal< D1, D2, D3, implementation > Class Template Reference

Operator which returns true if its inputs compare equal, and false otherwise. More...

#include <ops.hpp>

Inherits Operator< internal::equal< D1, D1, D1, config::default_backend > >.

Detailed Description

template<typename D1, typename D2 = D1, typename D3 = D2, enum Backend implementation = config::default_backend>
class grb::operators::equal< D1, D2, D3, implementation >

Operator which returns true if its inputs compare equal, and false otherwise.

Note
This operator is the inverse of grb::operators::not_equal.
Warning
This operator expects numerical types for D1, D2, and D3, or types that have the appropriate operator=-functions available.

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