An unlimited boundary value to a pqxx::range. More...
Public Member Functions | |
template<typename TYPE> | |
constexpr bool | extends_down_to (TYPE const &) const noexcept |
template<typename TYPE> | |
constexpr bool | extends_up_to (TYPE const &) const noexcept |
An unlimited boundary value to a pqxx::range.
Use this as a lower or upper bound for a range if the range should extend to infinity on that side.
An unlimited boundary is always inclusive of "infinity" values, if the range's value type supports them.