1 | Index: Jamfile.v2
|
---|
2 | ===================================================================
|
---|
3 | RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/Jamfile.v2,v
|
---|
4 | retrieving revision 1.8
|
---|
5 | diff -r1.8 Jamfile.v2
|
---|
6 | 33a34
|
---|
7 | > [ glob ../../../../boost/algorithm/string/iter_find.hpp ]
|
---|
8 | Index: quickref.xml
|
---|
9 | ===================================================================
|
---|
10 | RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/quickref.xml,v
|
---|
11 | retrieving revision 1.5.2.1
|
---|
12 | diff -r1.5.2.1 quickref.xml
|
---|
13 | 154c154
|
---|
14 | < <entry>Check if a string is lexicographicaly less then another one</entry>
|
---|
15 | ---
|
---|
16 | > <entry>Check if a string is lexicographically less then another one</entry>
|
---|
17 | 437c437
|
---|
18 | < <row>
|
---|
19 | ---
|
---|
20 | > <row>
|
---|
21 | 445c445,459
|
---|
22 | < </row>
|
---|
23 | ---
|
---|
24 | > </row>
|
---|
25 | > <row>
|
---|
26 | > <entry>iter_find</entry>
|
---|
27 | > <entry>Iteratively apply the finder to the input to find all matching substrings</entry>
|
---|
28 | > <entry>
|
---|
29 | > <functionname>iter_find()</functionname>
|
---|
30 | > </entry>
|
---|
31 | > </row>
|
---|
32 | > <row>
|
---|
33 | > <entry>iter_split</entry>
|
---|
34 | > <entry>Use the finder to find matching substrings in the input and use them as separators to split the input into parts</entry>
|
---|
35 | > <entry>
|
---|
36 | > <functionname>iter_split()</functionname>
|
---|
37 | > </entry>
|
---|
38 | > </row>
|
---|