mrdocs::ArrayView::drop_front
Return a view with the first n elements removed.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
ArrayView
drop_front(size_type n) const noexcept;
Parameters
Name |
Description |
n |
Number of elements to drop from the front. |
Created with MrDocs