X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Fboost%2Falgorithm%2Fto_lower.html;h=fa75a3ebb7432781cc13fd213a3232107b436022;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=673b02b9f8609937a1ec1246251d147040662034;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/boost/algorithm/to_lower.html b/doc/html/boost/algorithm/to_lower.html index 673b02b..fa75a3e 100644 --- a/doc/html/boost/algorithm/to_lower.html +++ b/doc/html/boost/algorithm/to_lower.html @@ -3,7 +3,7 @@ Function template to_lower - + @@ -36,16 +36,22 @@ void to_lower(WritableRangeT & Input, const std::locale & Loc = std::locale());
-

Description

+

Description

Each element of the input sequence is converted to lower case. The input sequence is modified in-place.

-
+
+++ -

Parameters:

+
+++

Input