libpqxx  7.9.0
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 >
extends_up_to(TYPE const &value) constpqxx::range_bound< TYPE >
is_exclusive() const noexceptpqxx::range_bound< TYPE >
is_inclusive() const noexceptpqxx::range_bound< TYPE >
is_limited() const noexceptpqxx::range_bound< TYPE >
operator!=(range_bound const &rhs) const noexcept(noexcept(*this==rhs))pqxx::range_bound< TYPE >
operator=(range_bound const &)=defaultpqxx::range_bound< TYPE >
operator=(range_bound &&)=defaultpqxx::range_bound< TYPE >
operator==(range_bound const &rhs) const noexcept(noexcept(*this->value()== *rhs.value()))pqxx::range_bound< TYPE >
range_bound()=deletepqxx::range_bound< TYPE >
range_bound(no_bound) noexceptpqxx::range_bound< TYPE >
range_bound(inclusive_bound< TYPE > const &bound) noexcept(noexcept(inclusive_bound< TYPE >{bound}))pqxx::range_bound< TYPE >
range_bound(exclusive_bound< TYPE > const &bound) noexcept(noexcept(exclusive_bound{bound}))pqxx::range_bound< TYPE >
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 & >()}))=defaultpqxx::range_bound< TYPE >
range_bound(range_bound &&)=defaultpqxx::range_bound< TYPE >
value() const &noexceptpqxx::range_bound< TYPE >