|
libpqxx
The C++ client library for PostgreSQL
|
An exclusive boundary value to a pqxx::range. More...
Public Member Functions | |
| exclusive_bound ()=delete | |
| constexpr | exclusive_bound (TYPE const &value) |
| constexpr TYPE const & | get () const &noexcept |
| constexpr bool | extends_down_to (TYPE const &value) const noexcept(noexcept(m_value< value)) |
| Would this bound, as a lower bound, include value? | |
| constexpr bool | extends_up_to (TYPE const &value) const noexcept(noexcept(value< m_value)) |
| Would this bound, as an upper bound, include value? | |
An exclusive boundary value to a pqxx::range.
Use this as a lower or upper bound for a range if the range should not include the value.
|
delete |
|
inlineexplicitconstexpr |
|
inlinenodiscardconstexprnoexcept |
Would this bound, as a lower bound, include value?
|
inlinenodiscardconstexprnoexcept |
Would this bound, as an upper bound, include value?
|
inlinenodiscardconstexprnoexcept |