anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
isDfsVisitor
anansi
algorithms
dfs
Compile time test to check if a given type can be considered a DFS visitor.
template
isDfsVisitor (
V
) {
enum
bool
isDfsVisitor
;
}
Members
Variables
isDfsVisitor
enum
bool
isDfsVisitor
;
Undocumented in source.
Meta
Source
See Implementation
anansi
algorithms
dfs
functions
all
indexOf
structs
NullVisitor
templates
depthFirstSearch
depthFirstVisit
isDfsVisitor
Compile time test to check if a given type can be considered a DFS visitor.