|
libpqxx
The C++ client library for PostgreSQL
|
This is the complete list of members for pqxx::range_bound< TYPE >, including all inherited members.
| extends_down_to(TYPE const &value) const | pqxx::range_bound< TYPE > | inline |
| extends_up_to(TYPE const &value) const | pqxx::range_bound< TYPE > | inline |
| is_exclusive() const noexcept | pqxx::range_bound< TYPE > | inline |
| is_inclusive() const noexcept | pqxx::range_bound< TYPE > | inline |
| is_limited() const noexcept | pqxx::range_bound< TYPE > | inline |
| operator!=(range_bound const &rhs) const noexcept(noexcept(*this==rhs)) | pqxx::range_bound< TYPE > | inline |
| operator=(range_bound const &)=default | pqxx::range_bound< TYPE > | |
| operator=(range_bound &&)=default | pqxx::range_bound< TYPE > | |
| operator==(range_bound const &rhs) const noexcept(noexcept(*this->value()== *rhs.value())) | pqxx::range_bound< TYPE > | inline |
| range_bound()=delete | pqxx::range_bound< TYPE > | |
| range_bound(no_bound) noexcept | pqxx::range_bound< TYPE > | inline |
| range_bound(inclusive_bound< TYPE > const &bound) noexcept(noexcept(inclusive_bound< TYPE >{bound})) | pqxx::range_bound< TYPE > | inline |
| range_bound(exclusive_bound< TYPE > const &bound) noexcept(noexcept(exclusive_bound{bound})) | 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 | pqxx::range_bound< TYPE > | |
| range_bound(range_bound &&)=default | pqxx::range_bound< TYPE > | |
| value() const &noexcept | pqxx::range_bound< TYPE > | inline |