#include <indirect_fun.hpp>
Public Member Functions | |
indirect_fun () | |
indirect_fun (Fun f) | |
template<class T > | |
boost::result_of< const Fun(typename pointee< T >::type &) >::type | operator() (const T &r) const |
template<class T , class U > | |
boost::result_of< const Fun(typename pointee< T >::type &, typename pointee< U >::type &) >::type | operator() (const T &r, const U &r2) const |
|
inline |
|
inline |
|
inline |
|
inline |