[][src]Trait cpp_core::ops::Begin

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

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

Associated Types

type Output

Output type.

Loading content...

Required methods

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

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

Loading content...

Implementors

Loading content...