[][src]Trait cpp_core::cmp::Le

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

Represents C++'s operator<=.

Required methods

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

This method tests less than or equal to (for self and other) and is used by the <=

Loading content...

Implementors

Loading content...