forked from boostorg/range
[boost][range] - Resolution of Trac ticket 4355. Made the naming of the returned types from range adaptors consistent and documented.
[SVN r67420]
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
* [*Returns:] A range whose iterators behave as if they were the original iterators wrapped in `regex_token_iterator`. The first iterator in the range would be constructed by forwarding all the arguments of `tokenized()` to the `regex_token_iterator` constructor.
|
||||
* [*Throws:] Whatever constructing and copying equivalent `regex_token_iterator`s might throw.
|
||||
* [*Range Category:] __random_access_range__
|
||||
* [*Range Return Type:] `boost::tokenized_range<typeof(rng)>`
|
||||
* [*Returned Range Category:] __random_access_range__
|
||||
|
||||
[endsect]
|
||||
|
Reference in New Issue
Block a user