Module ciphercore_base::ops::comparisons
source · [−]Expand description
Various comparison functions for signed and unsigned integers including greater-than, less-than, greater-than-equal-to, less-than-equal-to, equal, not-equal.
Structs
A structure that defines the custom operation Equal that compares arrays of binary strings elementwise as follows:
A structure that defines the custom operation GreaterThan that compares arrays of binary strings elementwise as follows:
A structure that defines the custom operation GreaterThanEqualTo that compares arrays of binary strings elementwise as follows:
A structure that defines the custom operation LessThan that compares arrays of binary strings elementwise as follows:
A structure that defines the custom operation LessThanEqualTo that compares arrays of binary strings elementwise as follows:
A structure that defines the custom operation NotEqual that compares arrays of binary strings elementwise as follows: