boost::bind now with limited operator support

15 Mar
2005
15 Mar
'05
11:52 p.m.
boost::bind now supports operator! and the relational operators ==, !=, <, <=, >, >=. For the latter, the left operand must be a bind expression, the right operand can be a value, a placeholder, or another bind expression. Not exactly a Lambda, but good enough for many common tasks. -- Peter Dimov http://www.pdimov.com
7397
Age (days ago)
7397
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Dimov