Lumiera
0.pre.03
»edit your freedom«
|
Typedefs | |
using | ChainLoad16 = TestChainLoad< 16 > |
shorthand for specific parameters employed by the following tests | |
using | Node = ChainLoad16::Node |
Variables | |
auto | isExitNode = [](Node& n){ return isExit(n); } |
auto | isInnerNode = [](Node& n){ return isInner(n); } |
auto | isStartNode = [](Node& n){ return isStart(n); } |