X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost%2Falgorithm%2Ftrim_fill_copy.html;h=52eebabc45a20c61881ba23a8fb3445f99015ca7;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=c293a18ebc4815a1c23accbbdb3ff3488835d3b3;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/boost/algorithm/trim_fill_copy.html b/doc/html/boost/algorithm/trim_fill_copy.html index c293a18..52eebab 100644 --- a/doc/html/boost/algorithm/trim_fill_copy.html +++ b/doc/html/boost/algorithm/trim_fill_copy.html @@ -3,7 +3,7 @@ Function template trim_fill_copy - + @@ -36,18 +36,24 @@ SequenceT trim_fill_copy(const SequenceT & Input, const RangeT & Fill, const std::locale & Loc = std::locale());
-

Description

+

Description

Remove all leading and trailing spaces from the input and replace all every block of consecutive spaces with a fill string defined by user. The result is a trimmed copy of the input

-
+
+++ -

Parameters:

+
+++

Fill