Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::edge_capacity_value< Graph, P, T, R > Struct Template Reference

#include <named_function_params.hpp>

Public Types

typedef bgl_named_params< P, T, R > Params
 
typedef
detail::choose_impl_result
< boost::mpl::true_, Graph,
typename get_param_type
< Params, edge_capacity_t >
::type, edge_capacity_t >
::type 
CapacityEdgeMap
 
typedef property_traits
< CapacityEdgeMap >
::value_type 
type
 

Member Typedef Documentation

template<class Graph, class P, class T, class R>
typedef detail::choose_impl_result<boost::mpl::true_, Graph, typename get_param_type<Params, edge_capacity_t>::type, edge_capacity_t>::type boost::detail::edge_capacity_value< Graph, P, T, R >::CapacityEdgeMap
template<class Graph, class P, class T, class R>
typedef bgl_named_params<P, T, R> boost::detail::edge_capacity_value< Graph, P, T, R >::Params
template<class Graph, class P, class T, class R>
typedef property_traits<CapacityEdgeMap>::value_type boost::detail::edge_capacity_value< Graph, P, T, R >::type

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