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::detail::const_ref_global_fun_base< Value, Type, PtrToFunction > Struct Template Reference

#include <global_fun.hpp>

Public Types

typedef remove_reference< Type >
::type 
result_type
 

Public Member Functions

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

Member Typedef Documentation

template<class Value , typename Type , Type(*)(Value) PtrToFunction>
typedef remove_reference<Type>::type boost::multi_index::detail::const_ref_global_fun_base< Value, Type, PtrToFunction >::result_type

Member Function Documentation

template<class Value , typename Type , Type(*)(Value) PtrToFunction>
template<typename ChainedPtr >
disable_if< is_convertible<const ChainedPtr&,Value>,Type>::type boost::multi_index::detail::const_ref_global_fun_base< Value, Type, PtrToFunction >::operator() ( const ChainedPtr &  x) const
inline
template<class Value , typename Type , Type(*)(Value) PtrToFunction>
Type boost::multi_index::detail::const_ref_global_fun_base< Value, Type, PtrToFunction >::operator() ( Value  x) const
inline
template<class Value , typename Type , Type(*)(Value) PtrToFunction>
Type boost::multi_index::detail::const_ref_global_fun_base< Value, Type, PtrToFunction >::operator() ( const reference_wrapper< typename remove_reference< Value >::type > &  x) const
inline
template<class Value , typename Type , Type(*)(Value) PtrToFunction>
Type boost::multi_index::detail::const_ref_global_fun_base< Value, Type, PtrToFunction >::operator() ( const reference_wrapper< typename remove_const< typename remove_reference< Value >::type >::type > &  x) const
inline

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