libpqxx  7.9.0
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 >
contains(range< TYPE > const &other) const noexcept(noexcept((*this &other)==other))pqxx::range< TYPE >
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 >
lower_bound() const &noexceptpqxx::range< TYPE >
operator range< DEST >() constpqxx::range< TYPE >
operator!=(range const &rhs) const noexcept(noexcept(*this==rhs))pqxx::range< TYPE >
operator&(range const &other) constpqxx::range< TYPE >
operator=(range const &)=defaultpqxx::range< TYPE >
operator=(range &&)=defaultpqxx::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()))pqxx::range< TYPE >
range(range_bound< TYPE > lower, range_bound< TYPE > upper)pqxx::range< TYPE >
range() noexcept(noexcept(exclusive_bound< TYPE >{TYPE{}}))pqxx::range< TYPE >
range(range const &)=defaultpqxx::range< TYPE >
range(range &&)=defaultpqxx::range< TYPE >
upper_bound() const &noexceptpqxx::range< TYPE >