![]() |
Home | Libraries | People | FAQ | More |
boost::signals::connect_impl<Input,Output> — Support for components using the signal data transport mechanism.
template<typename Input, typename Output> struct connect_impl<Input, Output> { // public member functions void operator()(Input &, Output &) ; void operator()(Input &, const Output &) ; void operator()(const Input &, Output &) ; void operator()(const Input &, const Output &) ; };
| Copyright © 2007 Stjepan Rajko |