enum ov::cmp::Bound

Enumerate bounds to compare.

#include <compare.hpp>

enum Bound
{
    NONE,
    LOWER,
    UPPER,
    BOTH,
};