Definition at line 234 of file range_types.hpp.
Public Types | |
| using | ValueType = T | 
Public Member Functions | |
| template<typename U , typename = std::enable_if_t< std::is_convertible_v<std::decay_t<U>, T>>> | |
| BoundedRange (U &&lower, U &&upper, RangeBounds bounds=RangeBound::kLower) | |
| template<typename U > | |
| BoundedRange (Range< U > &&) | |
| bool | operator== (const BoundedRange &rhs) const | 
| bool | operator!= (const BoundedRange &rhs) const | 
| const ValueType & | GetLowerBound () const | 
| bool | IsLowerBoundIncluded () const | 
| const ValueType & | GetUpperBound () const | 
| bool | IsUpperBoundIncluded () const | 
| const Range< T > & | GetUnboundedRange () const | 
| using storages::postgres::BoundedRange< T >::ValueType = T | 
Definition at line 239 of file range_types.hpp.
      
  | 
  noexcept | 
Definition at line 557 of file range_types.hpp.
| storages::postgres::BoundedRange< T >::BoundedRange | ( | U && | lower, | 
| U && | upper, | ||
| RangeBounds | bounds = RangeBound::kLower ) | 
Definition at line 562 of file range_types.hpp.
      
  | 
  explicit | 
Definition at line 567 of file range_types.hpp.
      
  | 
  inline | 
Definition at line 253 of file range_types.hpp.
      
  | 
  inline | 
Definition at line 259 of file range_types.hpp.
      
  | 
  inline | 
Definition at line 256 of file range_types.hpp.
      
  | 
  inline | 
Definition at line 254 of file range_types.hpp.
      
  | 
  inline | 
Definition at line 257 of file range_types.hpp.
      
  | 
  inline | 
Definition at line 251 of file range_types.hpp.
| bool storages::postgres::BoundedRange< T >::operator== | ( | const BoundedRange< T > & | rhs | ) | const | 
Definition at line 580 of file range_types.hpp.