libpqxx 7.9.0
|
A range boundary value. More...
#include <range.hxx>
A range boundary value.
A range bound is either no bound at all; or an inclusive bound; or an exclusive bound. Pass one of the three to the constructor.
|
delete |
|
constexprnoexcept |
|
constexprnoexcept |
References pqxx::array_separator.
|
constexprnoexcept |
References pqxx::array_separator.
|
constexprdefaultnoexcept |
|
constexprdefault |
Would this bound, as a lower bound, include value
?
References pqxx::array_separator, and pqxx::range_bound< TYPE >::value().
Would this bound, as an upper bound, include value
?
References pqxx::array_separator, and pqxx::range_bound< TYPE >::value().
|
constexprnoexcept |
Is this boundary an exclusive one?
|
constexprnoexcept |
Is this boundary an inclusive one?
Referenced by pqxx::range_bound< TYPE >::operator==().
|
constexprnoexcept |
Is this a finite bound?
References pqxx::array_separator.
Referenced by pqxx::range_bound< TYPE >::operator==().
|
constexprnoexcept |
References pqxx::array_separator.
|
default |
|
default |
|
constexprnoexcept |
|
constexprnoexcept |
Return bound value, or nullptr
if it's not limited.
References pqxx::array_separator.
Referenced by pqxx::range_bound< TYPE >::extends_down_to(), pqxx::range_bound< TYPE >::extends_up_to(), and pqxx::range_bound< TYPE >::operator==().