#include <boost/shared_ptr.hpp>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | funct::Master< F > |
struct | funct::Slave< F > |
Namespaces | |
funct | |
Functions | |
template<typename F > | |
Master< F > | funct::master (const F &f) |
template<typename F > | |
Slave< F > | funct::slave (const Master< F > &m) |