libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
pqxx::range_bound< TYPE > Member List

This is the complete list of members for pqxx::range_bound< TYPE >, including all inherited members.

extends_down_to(TYPE const &value) constpqxx::range_bound< TYPE >inline
extends_up_to(TYPE const &value) constpqxx::range_bound< TYPE >inline
is_exclusive() const noexceptpqxx::range_bound< TYPE >inline
is_inclusive() const noexceptpqxx::range_bound< TYPE >inline
is_limited() const noexceptpqxx::range_bound< TYPE >inline
operator!=(range_bound const &rhs) const noexcept(noexcept(*this==rhs)) (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >inline
operator=(range_bound const &)=default (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >
operator=(range_bound &&)=default (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >
operator==(range_bound const &rhs) const noexcept(noexcept(*this->value()== *rhs.value())) (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >inline
range_bound()=delete (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >
range_bound(no_bound) noexcept (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >inline
range_bound(inclusive_bound< TYPE > const &bound) noexcept(noexcept(inclusive_bound< TYPE >{bound})) (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >inline
range_bound(exclusive_bound< TYPE > const &bound) noexcept(noexcept(exclusive_bound{bound})) (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >inline
range_bound(range_bound const &) noexcept(noexcept(inclusive_bound< TYPE >{ std::declval< inclusive_bound< TYPE > const & >()}) and noexcept(exclusive_bound< TYPE >{ std::declval< exclusive_bound< TYPE > const & >()}))=default (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >
range_bound(range_bound &&)=default (defined in pqxx::range_bound< TYPE >)pqxx::range_bound< TYPE >
value() const &noexceptpqxx::range_bound< TYPE >inline