ΒΆtemplate <class T>
constexpr auto end(const T& t) noexcept

Description

ADL helper to call `T::iter()` in a range-based for loop, which will call `end(T)`. In the same namespace as a type that has iter(), place: ``` using ::sus::iter:::begin; using ::sus::iter::end; ```

Declared at: sus/option/option.h:69

Templates

T

Parameters

const T& t