[][src]Trait cpp_core::cmp::Gt

pub trait Gt<Rhs: ?Sized = Self> {
    unsafe fn gt(&self, other: &Rhs) -> bool;
}

Represents C++'s operator>.

Required methods

unsafe fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator.

Loading content...

Implementors

Loading content...