OpenKalman
Classes | Public Member Functions | Static Public Attributes | Friends | List of all members
OpenKalman::partial_ordering Class Reference
Collaboration diagram for OpenKalman::partial_ordering:
Collaboration graph
[legend]

Public Member Functions

template<typename I , std::enable_if_t< std::is_constructible_v< std::ptrdiff_t, I >, int > = 0>
constexpr partial_ordering (I i)
 

Static Public Attributes

static const partial_ordering less
 
static const partial_ordering equivalent
 
static const partial_ordering greater
 
static const partial_ordering unordered
 

Friends

constexpr bool operator== (partial_ordering v, unspecified) noexcept
 
constexpr bool operator== (unspecified, partial_ordering v) noexcept
 
constexpr bool operator== (partial_ordering v, partial_ordering w) noexcept
 
constexpr bool operator< (partial_ordering v, unspecified) noexcept
 
constexpr bool operator< (unspecified, partial_ordering v) noexcept
 
constexpr bool operator> (partial_ordering v, unspecified) noexcept
 
constexpr bool operator> (unspecified, partial_ordering v) noexcept
 
constexpr bool operator<= (partial_ordering v, unspecified) noexcept
 
constexpr bool operator<= (unspecified, partial_ordering v) noexcept
 
constexpr bool operator>= (partial_ordering v, unspecified) noexcept
 
constexpr bool operator>= (unspecified, partial_ordering v) noexcept
 

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