mrdocs::ArrayView::take_back

Return a view containing the last n elements.

Synopsis

Declared in <mrdocs/ADT/ArrayView.hpp>

constexpr
ArrayView
take_back(size_type n) const noexcept;

Return Value

Subview of the last n elements (clamped to size).

Parameters

Name

Description

n

Desired suffix length.

Created with MrDocs