mrdocs::ArrayView::remove_suffix
Remove n elements from the back of the view.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
void
remove_suffix(size_type n) noexcept;
Parameters
Name |
Description |
n |
Number of elements to drop. |
Created with MrDocs