Function rdf4cpp::util::partial_weak_ordering_eq¶
Defined in File TriBool.hpp
Function Documentation¶
-
constexpr TriBool rdf4cpp::util::partial_weak_ordering_eq(std::partial_ordering const l, std::weak_ordering const r) noexcept¶
Checks whether the value of the partial_ordering (l) is equal to the value of the weak ordering (r)
- Returns:
TriBool::Err if l is unordered; otherwise return l == r