userver: Member List
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::BoundedRange< T > Member List

This is the complete list of members for storages::postgres::BoundedRange< T >, including all inherited members.

BoundedRange() noexcept(kNothrowValueCtor) (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >
BoundedRange(U &&lower, U &&upper, RangeBounds bounds=RangeBound::kLower) (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >
BoundedRange(Range< U > &&) (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >explicit
GetLowerBound() const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >inline
GetUnboundedRange() const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >inline
GetUpperBound() const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >inline
IsLowerBoundIncluded() const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >inline
IsUpperBoundIncluded() const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >inline
operator!=(const BoundedRange &rhs) const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >inline
operator==(const BoundedRange &rhs) const (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >
ValueType typedef (defined in storages::postgres::BoundedRange< T >)storages::postgres::BoundedRange< T >