anansi ~master (2019-12-19T23:28:59Z)
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