5 Feb
2009
5 Feb
'09
5:33 p.m.
AMDG Michael Fawcett wrote:
http://www.boost.org/doc/libs/1_37_0/libs/iterator/doc/function_output_itera...
Shows a unary function being adapted as an OutputIterator. Does Boost have something that does the opposite, i.e. takes an OutputIterator and adapts it as a unary function object?
In my own code I currently have:
<snip>
using namespace boost::lambda; *var(i)++ = _1; ? In Christ, Steven Watanabe