mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-31 00:36:20 +08:00
Add function documentation
This commit is contained in:
parent
048204b012
commit
c0bf9dfd4b
@ -425,6 +425,7 @@ namespace etl
|
||||
|
||||
//*************************************************************************
|
||||
/// Shrinks the view by moving its start forward.
|
||||
/// When n >= size(), the view is set to empty.
|
||||
//*************************************************************************
|
||||
ETL_CONSTEXPR14 void remove_prefix(size_type n) ETL_NOEXCEPT
|
||||
{
|
||||
@ -436,6 +437,7 @@ namespace etl
|
||||
|
||||
//*************************************************************************
|
||||
/// Shrinks the view by moving its end backward.
|
||||
/// When n >= size(), the view is set to empty.
|
||||
//*************************************************************************
|
||||
ETL_CONSTEXPR14 void remove_suffix(size_type n) ETL_NOEXCEPT
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user