data.order


inline auto min(auto a, auto b) §source

Return the smaller of two values.

inline auto max(auto a, auto b) §source

Return the larger of two values.

inline bool less_than(auto x, auto y) §source

Return true if the first argument is less than the second.

inline bool greater_than(auto x, auto y) §source

Return true if the first argument is greater than the second.

inline bool equal(auto x, auto y) §source

Return equality of inputs.