Template Function read_graphml(const fs::path&, TBGLGraphType&, boost::dynamic_properties&)

Function Documentation

template<typename TBGLGraphType, typename std::enable_if<!detail::is_decorator<TBGLGraphType>::value, int>::type = 0>
static inline void read_graphml(const fs::path &path, TBGLGraphType &g, boost::dynamic_properties &dp)

Read the the contents of a BGL graph from a GraphML file.