Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::override_const_property_t< ArgType, Prop, Graph, Exists > Struct Template Reference

#include <named_function_params.hpp>

Public Types

typedef boost::remove_const
< ArgType >::type 
result_type
 

Public Member Functions

result_type operator() (const Graph &, const ArgType &a) const
 

Member Typedef Documentation

template<typename ArgType, typename Prop, typename Graph, bool Exists>
typedef boost::remove_const<ArgType>::type boost::detail::override_const_property_t< ArgType, Prop, Graph, Exists >::result_type

Member Function Documentation

template<typename ArgType, typename Prop, typename Graph, bool Exists>
result_type boost::detail::override_const_property_t< ArgType, Prop, Graph, Exists >::operator() ( const Graph &  ,
const ArgType &  a 
) const
inline

References boost::a.


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