mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-03 09:51:38 +01:00
Added references to generator_iterator docs to rst and qbk docs.
This commit is contained in:
@@ -35,7 +35,7 @@ proxy object.
|
||||
|
||||
std::string s = "";
|
||||
std::copy(x.begin(), x.end(),
|
||||
boost::make_function_output_iterator(string_appender(s)));
|
||||
boost::make_function_output_iterator(string_appender(s)));
|
||||
|
||||
std::cout << s << std::endl;
|
||||
|
||||
@@ -97,4 +97,4 @@ Incrementable Iterator concepts.
|
||||
|
||||
[*Returns: ] `*this`.
|
||||
|
||||
[endsect]
|
||||
[endsect]
|
||||
|
||||
Reference in New Issue
Block a user