Skip to content

iox::cxx::newtype::Sortable🔗

More...

Friends🔗

Name
bool operator<=(const T & lhs, const T & rhs)
bool operator<(const T & lhs, const T & rhs)
bool operator>(const T & lhs, const T & rhs)
bool operator>=(const T & lhs, const T & rhs)

Detailed Description🔗

template <typename T >
struct iox::cxx::newtype::Sortable;

Friends🔗

friend operator<=🔗

friend bool operator<=(
    const T & lhs,
    const T & rhs
);

friend operator<🔗

friend bool operator<(
    const T & lhs,
    const T & rhs
);

friend operator>🔗

friend bool operator>(
    const T & lhs,
    const T & rhs
);

friend operator>=🔗

friend bool operator>=(
    const T & lhs,
    const T & rhs
);

Updated on 26 April 2021 at 15:31:01 CEST