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

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

contains(TYPE value) const noexcept(noexcept(m_lower.extends_down_to(value)) and noexcept(m_upper.extends_up_to(value)))pqxx::range< TYPE >inline
contains(range< TYPE > const &other) const noexcept(noexcept((*this &other)==other))pqxx::range< TYPE >inline
empty() const noexcept(noexcept(m_lower.is_exclusive()) and noexcept(m_lower.is_limited()) and noexcept(*m_lower.value()< *m_upper.value()))pqxx::range< TYPE >inline
lower_bound() const &noexcept (defined in pqxx::range< TYPE >)pqxx::range< TYPE >inline
operator range< DEST >() constpqxx::range< TYPE >inline
operator!=(range const &rhs) const noexcept(noexcept(*this==rhs)) (defined in pqxx::range< TYPE >)pqxx::range< TYPE >inline
operator&(range const &other) constpqxx::range< TYPE >inline
operator=(range const &)=default (defined in pqxx::range< TYPE >)pqxx::range< TYPE >
operator=(range &&)=default (defined in pqxx::range< TYPE >)pqxx::range< TYPE >
operator==(range const &rhs) const noexcept(noexcept(this->lower_bound()==rhs.lower_bound()) and noexcept(this->upper_bound()==rhs.upper_bound()) and noexcept(this->empty())) (defined in pqxx::range< TYPE >)pqxx::range< TYPE >inline
range(range_bound< TYPE > lower, range_bound< TYPE > upper)pqxx::range< TYPE >inline
range() noexcept(noexcept(exclusive_bound< TYPE >{TYPE{}}))pqxx::range< TYPE >inline
range(range const &)=default (defined in pqxx::range< TYPE >)pqxx::range< TYPE >
range(range &&)=default (defined in pqxx::range< TYPE >)pqxx::range< TYPE >
upper_bound() const &noexcept (defined in pqxx::range< TYPE >)pqxx::range< TYPE >inline