The default constructor exists only for the benefit of STL containers. The graph must be initialized (using the assignment operator) before it is used.
See Implementation
The default constructor exists only for the benefit of STL containers. The graph must be initialized (using the assignment operator) before it is used.