[][src]Trait cpp_core::cmp::Lt

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

Represents C++'s operator<.

Required methods

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

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

Loading content...

Implementors

Loading content...