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::non_const_identity_base< Type > Struct Template Reference

#include <identity.hpp>

Public Types

typedef Type result_type
 

Public Member Functions

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

Member Typedef Documentation

template<typename Type >
typedef Type boost::multi_index::detail::non_const_identity_base< Type >::result_type

Member Function Documentation

template<typename Type >
template<typename ChainedPtr >
disable_if< is_convertible<const ChainedPtr&,const Type&>,Type&>::type boost::multi_index::detail::non_const_identity_base< Type >::operator() ( const ChainedPtr &  x) const
inline
template<typename Type >
const Type& boost::multi_index::detail::non_const_identity_base< Type >::operator() ( const Type &  x) const
inline

References boost::flyweights::x.

template<typename Type >
Type& boost::multi_index::detail::non_const_identity_base< Type >::operator() ( Type &  x) const
inline

References boost::flyweights::x.

template<typename Type >
const Type& boost::multi_index::detail::non_const_identity_base< Type >::operator() ( const reference_wrapper< const Type > &  x) const
inline
template<typename Type >
Type& boost::multi_index::detail::non_const_identity_base< Type >::operator() ( const reference_wrapper< Type > &  x) const
inline

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