libpqxx  7.8.1
pqxx::inclusive_bound< TYPE > Class Template Reference

An inclusive boundary value to a pqxx::range. More...

#include <range.hxx>

Public Member Functions

 inclusive_bound ()=delete
 
constexpr inclusive_bound (TYPE const &value)
 
constexpr TYPE const & get () const &noexcept
 
constexpr bool extends_down_to (TYPE const &value) const noexcept(noexcept(value< m_value))
 Would this bound, as a lower bound, include value? More...
 
constexpr bool extends_up_to (TYPE const &value) const noexcept(noexcept(value< m_value))
 Would this bound, as an upper bound, include value? More...
 

Detailed Description

template<typename TYPE>
class pqxx::inclusive_bound< TYPE >

An inclusive boundary value to a pqxx::range.

Use this as a lower or upper bound for a range if the range should include the value.

Constructor & Destructor Documentation

template<typename TYPE>
pqxx::inclusive_bound< TYPE >::inclusive_bound ( )
delete
template<typename TYPE>
constexpr pqxx::inclusive_bound< TYPE >::inclusive_bound ( TYPE const &  value)
explicit

Member Function Documentation

template<typename TYPE>
constexpr bool pqxx::inclusive_bound< TYPE >::extends_down_to ( TYPE const &  value) const
noexcept

Would this bound, as a lower bound, include value?

template<typename TYPE>
constexpr bool pqxx::inclusive_bound< TYPE >::extends_up_to ( TYPE const &  value) const
noexcept

Would this bound, as an upper bound, include value?

template<typename TYPE>
constexpr TYPE const& pqxx::inclusive_bound< TYPE >::get ( ) const
noexcept

The documentation for this class was generated from the following file: