![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Typedefs | |
| using | ChainLoad16 = TestChainLoad< 16 > |
| shorthand for specific parameters employed by the following tests | |
| using | Node = ChainLoad16::Node |
Variables | |
| auto | isStartNode = [](Node& n){ return isStart(n); } |
| auto | isInnerNode = [](Node& n){ return isInner(n); } |
| auto | isExitNode = [](Node& n){ return isExit(n); } |
| using ChainLoad16 = TestChainLoad<16> |
shorthand for specific parameters employed by the following tests
Definition at line 42 of file test-chain-load-test.cpp.
| using Node = ChainLoad16::Node |
Definition at line 43 of file test-chain-load-test.cpp.
| auto isStartNode = [](Node& n){ return isStart(n); } |
Definition at line 44 of file test-chain-load-test.cpp.
| auto isInnerNode = [](Node& n){ return isInner(n); } |
Definition at line 45 of file test-chain-load-test.cpp.
| auto isExitNode = [](Node& n){ return isExit(n); } |
Definition at line 46 of file test-chain-load-test.cpp.