[][src]Trait cpp_core::ops::End

pub trait End {
    type Output;
    unsafe fn end(&self) -> Self::Output;
}

Represents C++'s end() const function.

Associated Types

type Output

Output type.

Loading content...

Required methods

unsafe fn end(&self) -> Self::Output

Returns a C++ const iterator object pointing to the end of the collection.

Loading content...

Implementors

Loading content...