|
template<typename I , std::enable_if_t< std::is_constructible_v< std::ptrdiff_t, I >, int > = 0> |
constexpr | partial_ordering (I i) |
|
|
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: