C++ Reference
C++ Reference: Graph
CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
Detailed Description
template<typename NodeIndexType = int32, typename ArcIndexType = int32>
class util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
class util::CompleteBipartiteGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
Public Member Functions | |
OutgoingArcIterator (const CompleteBipartiteGraph &graph, NodeIndexType node) | |
bool | Ok () const |
ArcIndexType | Index () const |
void | Next () |
Constructor & Destructor Documentation
◆ OutgoingArcIterator()
|
inline |
Member Function Documentation
◆ Index()
◆ Next()
◆ Ok()
The documentation for this class was generated from the following file: