Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::choose_impl_helper< false > Struct Template Reference

#include <named_function_params.hpp>

Static Public Member Functions

template<typename Param , typename Graph , typename PropertyTag >
static property_map< typename
boost::remove_const< Graph >
::type, PropertyTag >
::const_type 
f (boost::mpl::true_, const Graph &g, const Param &, PropertyTag tag)
 
template<typename Param , typename Graph , typename PropertyTag >
static property_map< typename
boost::remove_const< Graph >
::type, PropertyTag >::type 
f (boost::mpl::false_, Graph &g, const Param &, PropertyTag tag)
 

Member Function Documentation

template<typename Param , typename Graph , typename PropertyTag >
static property_map<typename boost::remove_const<Graph>::type, PropertyTag>::const_type boost::detail::choose_impl_helper< false >::f ( boost::mpl::true_  ,
const Graph &  g,
const Param &  ,
PropertyTag  tag 
)
inlinestatic
template<typename Param , typename Graph , typename PropertyTag >
static property_map<typename boost::remove_const<Graph>::type, PropertyTag>::type boost::detail::choose_impl_helper< false >::f ( boost::mpl::false_  ,
Graph &  g,
const Param &  ,
PropertyTag  tag 
)
inlinestatic

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