Skip to content

iox::cxx::newtype::Comparable🔗

More...

Friends🔗

Name
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::Comparable;

Friends🔗

friend operator==🔗

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

friend operator!=🔗

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

Updated on 17 June 2021 at 11:15:26 CEST