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_fun_t< S, T > Class Template Reference

#include <functional.hpp>

Inheritance diagram for boost::const_mem_fun_t< S, T >:
Collaboration diagram for boost::const_mem_fun_t< S, T >:

Public Member Functions

 const_mem_fun_t (S(T::*p)() const)
 
operator() (const T *p) const
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<class S , class T >
S boost::const_mem_fun_t< S, T >::operator() ( const T p) const
inline

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