Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::_mfi::dm< R, T > Class Template Reference

#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
 

Member Typedef Documentation

template<class R , class T >
typedef T const* boost::_mfi::dm< R, T >::argument_type
template<class R , class T >
typedef R const& boost::_mfi::dm< R, T >::result_type

Constructor & Destructor Documentation

template<class R , class T >
boost::_mfi::dm< R, T >::dm ( f)
inlineexplicit

Member Function Documentation

template<class R , class T >
bool boost::_mfi::dm< R, T >::operator!= ( dm< R, T > const &  rhs) const
inline
template<class R , class T >
R& boost::_mfi::dm< R, T >::operator() ( T p) const
inline
template<class R , class T >
R const& boost::_mfi::dm< R, T >::operator() ( T const *  p) const
inline
template<class R , class T >
template<class U >
R const& boost::_mfi::dm< R, T >::operator() ( U const &  u) const
inline
template<class R , class T >
R& boost::_mfi::dm< R, T >::operator() ( T t) const
inline
template<class R , class T >
R const& boost::_mfi::dm< R, T >::operator() ( T const &  t) const
inline
template<class R , class T >
bool boost::_mfi::dm< R, T >::operator== ( dm< R, T > const &  rhs) const
inline

The documentation for this class was generated from the following file: