Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::multi_index::const_mem_fun_explicit< Class, Type, PtrToMemberFunctionType, PtrToMemberFunction > Struct Template Reference

#include <mem_fun.hpp>

Public Types

typedef remove_reference< Type >
::type 
result_type
 

Public Member Functions

template<typename ChainedPtr >
disable_if< is_convertible
< const ChainedPtr &, const
Class & >, Type >::type 
operator() (const ChainedPtr &x) const
 
Type operator() (const Class &x) const
 
Type operator() (const reference_wrapper< const Class > &x) const
 
Type operator() (const reference_wrapper< Class > &x) const
 

Member Typedef Documentation

template<class Class , typename Type , typename PtrToMemberFunctionType , PtrToMemberFunctionType PtrToMemberFunction>
typedef remove_reference<Type>::type boost::multi_index::const_mem_fun_explicit< Class, Type, PtrToMemberFunctionType, PtrToMemberFunction >::result_type

Member Function Documentation

template<class Class , typename Type , typename PtrToMemberFunctionType , PtrToMemberFunctionType PtrToMemberFunction>
template<typename ChainedPtr >
disable_if< is_convertible<const ChainedPtr&,const Class&>,Type>::type boost::multi_index::const_mem_fun_explicit< Class, Type, PtrToMemberFunctionType, PtrToMemberFunction >::operator() ( const ChainedPtr &  x) const
inline
template<class Class , typename Type , typename PtrToMemberFunctionType , PtrToMemberFunctionType PtrToMemberFunction>
Type boost::multi_index::const_mem_fun_explicit< Class, Type, PtrToMemberFunctionType, PtrToMemberFunction >::operator() ( const Class &  x) const
inline
template<class Class , typename Type , typename PtrToMemberFunctionType , PtrToMemberFunctionType PtrToMemberFunction>
Type boost::multi_index::const_mem_fun_explicit< Class, Type, PtrToMemberFunctionType, PtrToMemberFunction >::operator() ( const reference_wrapper< const Class > &  x) const
inline
template<class Class , typename Type , typename PtrToMemberFunctionType , PtrToMemberFunctionType PtrToMemberFunction>
Type boost::multi_index::const_mem_fun_explicit< Class, Type, PtrToMemberFunctionType, PtrToMemberFunction >::operator() ( const reference_wrapper< Class > &  x) const
inline

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