How to get the OutEdgeList inside a BGL graph
问题 I use a graph made with the boost graph library and want to access the OutEdgeList to get/set some internal informations (the reserved size of the vectors used to build the OutEdgeList). I extensively searched the docs but didn't find a function/member, which returns a reference or pointer to the OutEdgeList. My question is if there is a way to get the graphs OutEdgeList or if boost 'protects' the user from not messing directly with its internals. In another question I found an example where