From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- doc/html/boost/algorithm/erase_tail_copy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/boost/algorithm/erase_tail_copy.html') diff --git a/doc/html/boost/algorithm/erase_tail_copy.html b/doc/html/boost/algorithm/erase_tail_copy.html index 8eb4651bf1..84facf7c9c 100644 --- a/doc/html/boost/algorithm/erase_tail_copy.html +++ b/doc/html/boost/algorithm/erase_tail_copy.html @@ -39,7 +39,7 @@ template<typename SequenceT> SequenceT erase_tail_copy(const SequenceT & Input, int N);
-

Description

+

Description

Remove the tail from the input. The tail is a suffix of a sequence of given size. If the sequence is shorter then required, the whole string is considered to be the tail. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.

-- cgit v1.2.3