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