anansi ~master (2022-04-26T02:54:01.7513618)
Dub
Repo
isBfsVisitor
anansi
algorithms
bfs
Compile time test to check if a given type can be considered a BFS visitor
template
isBfsVisitor (
V
) {
enum
bool
isBfsVisitor
;
}
Members
Variables
isBfsVisitor
enum
bool
isBfsVisitor
;
Undocumented in source.
Meta
Source
See Implementation
anansi
algorithms
bfs
aliases
Edge
G
Vertex
functions
MakeTestGraph
all
indexOf
structs
NullVisitor
TestGraph
templates
breadthFirstSearch
breadthFirstVisit
isBfsVisitor
Compile time test to check if a given type can be considered a BFS visitor