Template Function read_graphml(const fs::path&, TDecoratorType&, boost::dynamic_properties&)
Defined in File graphml.hpp
Function Documentation
-
template<typename TDecoratorType, typename std::enable_if<detail::is_decorator<TDecoratorType>::value, int>::type = 0>
static inline void read_graphml(const fs::path &path, TDecoratorType &g, boost::dynamic_properties &dp) Read the the contents of a decorated BGL graph from a GraphML file.