An inclusive boundary value to a pqxx::range.
More...
|
constexpr | inclusive_bound (TYPE const &value) |
|
constexpr TYPE const & | get () const &noexcept |
|
constexpr bool | extends_down_to (TYPE const &value) const noexcept(noexcept(value< m_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?
|
|
template<typename TYPE>
class pqxx::inclusive_bound< TYPE >
An inclusive boundary value to a pqxx::range.
Use this as a lower or upper bound for a range if the range should include the value.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/libpqxx-7.9.1-build/libpqxx-7.9.1/redhat-linux-build/include/pqxx/range.hxx