|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-10-07 15:10:02
For example, using this syntax the if_then example above can be written as:
for_each(a.begin(), a.end(),
if(_1 % 2 == 0)[ cout << _1 ])
^
Missing underscore?
-- Dave Abrahams Boost Consulting www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk