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

#include <functional.hpp>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<class S , class T , class A >
S boost::const_mem_fun1_ref_t< S, T, A >::operator() ( const 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: