ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
List of all members
not_equal< D1, D2, D3, implementation > Class Template Reference

Operator that returns false whenever its inputs compare equal, and true otherwise. More...

Inherits Operator< internal::not_equal< D1, D2, D3, implementation > >.

Detailed Description

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

Operator that returns false whenever its inputs compare equal, and true otherwise.

Note
This operator is the inverse of grb::operators::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: