Subject: [Boost-users] [Bind] how can a make the equivalent to the , operator
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-04-15 00:01:37


I would like to compose two function objects into one. Bind describse this
using || or && but my function objects return void. How can i package them
into a new one that invokes both the components.

Robert Ramey