forked from boostorg/algorithm
Documentation for iter_find/iter_split added
[SVN r37842]
This commit is contained in:
@ -31,6 +31,7 @@ doxygen autodoc
|
|||||||
[ glob ../../../../boost/algorithm/string/trim.hpp ]
|
[ glob ../../../../boost/algorithm/string/trim.hpp ]
|
||||||
[ glob ../../../../boost/algorithm/string/predicate.hpp ]
|
[ glob ../../../../boost/algorithm/string/predicate.hpp ]
|
||||||
[ glob ../../../../boost/algorithm/string/split.hpp ]
|
[ glob ../../../../boost/algorithm/string/split.hpp ]
|
||||||
|
[ glob ../../../../boost/algorithm/string/iter_find.hpp ]
|
||||||
[ glob ../../../../boost/algorithm/string/erase.hpp ]
|
[ glob ../../../../boost/algorithm/string/erase.hpp ]
|
||||||
[ glob ../../../../boost/algorithm/string/join.hpp ]
|
[ glob ../../../../boost/algorithm/string/join.hpp ]
|
||||||
[ glob ../../../../boost/algorithm/string/replace.hpp ]
|
[ glob ../../../../boost/algorithm/string/replace.hpp ]
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><code>lexicographical_compare</code></entry>
|
<entry><code>lexicographical_compare</code></entry>
|
||||||
<entry>Check if a string is lexicographicaly less then another one</entry>
|
<entry>Check if a string is lexicographically less then another one</entry>
|
||||||
<entry>
|
<entry>
|
||||||
<functionname>lexicographical_compare()</functionname>
|
<functionname>lexicographical_compare()</functionname>
|
||||||
<sbr/>
|
<sbr/>
|
||||||
@ -434,7 +434,7 @@
|
|||||||
<functionname>find_all_regex()</functionname>
|
<functionname>find_all_regex()</functionname>
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>split</entry>
|
<entry>split</entry>
|
||||||
<entry>Split input into parts</entry>
|
<entry>Split input into parts</entry>
|
||||||
<entry>
|
<entry>
|
||||||
@ -442,7 +442,21 @@
|
|||||||
<sbr/>
|
<sbr/>
|
||||||
<functionname>split_regex()</functionname>
|
<functionname>split_regex()</functionname>
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>iter_find</entry>
|
||||||
|
<entry>Iteratively apply the finder to the input to find all matching substrings</entry>
|
||||||
|
<entry>
|
||||||
|
<functionname>iter_find()</functionname>
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>iter_split</entry>
|
||||||
|
<entry>Use the finder to find matching substrings in the input and use them as separators to split the input into parts</entry>
|
||||||
|
<entry>
|
||||||
|
<functionname>iter_split()</functionname>
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user