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

#include <functional.hpp>

Inheritance diagram for boost::mem_fun1_t< S, T, A >:
Collaboration diagram for boost::mem_fun1_t< S, T, A >:

Public Member Functions

 mem_fun1_t (S(T::*p)(A))
 
operator() (T *p, typename call_traits< A >::param_type x) const
 

Constructor & Destructor Documentation

template<class S , class T , class A >
boost::mem_fun1_t< S, T, A >::mem_fun1_t ( S(T::*)(A)  p)
inlineexplicit

Member Function Documentation

template<class S , class T , class A >
S boost::mem_fun1_t< S, T, A >::operator() ( T p,
typename call_traits< A >::param_type  x 
) const
inline

References boost::flyweights::x.


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