#include <mem_fn.hpp>
Public Types | |
| typedef R const & | result_type |
| typedef T const * | argument_type |
Public Member Functions | |
| dm (F f) | |
| R & | operator() (T *p) const |
| R const & | operator() (T const *p) const |
| template<class U > | |
| R const & | operator() (U const &u) const |
| R & | operator() (T &t) const |
| R const & | operator() (T const &t) const |
| bool | operator== (dm const &rhs) const |
| bool | operator!= (dm const &rhs) const |
| typedef T const* boost::_mfi::dm< R, T >::argument_type |
| typedef R const& boost::_mfi::dm< R, T >::result_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |