Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
vault::gear::test::anonymous_namespace{test-chain-load-test.cpp} Namespace Reference

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); }
 

Typedef Documentation

◆ ChainLoad16

shorthand for specific parameters employed by the following tests

Definition at line 42 of file test-chain-load-test.cpp.

◆ Node

using Node = ChainLoad16::Node

Definition at line 43 of file test-chain-load-test.cpp.

Variable Documentation

◆ isStartNode

auto isStartNode = [](Node& n){ return isStart(n); }

Definition at line 44 of file test-chain-load-test.cpp.

◆ isInnerNode

auto isInnerNode = [](Node& n){ return isInner(n); }

Definition at line 45 of file test-chain-load-test.cpp.

◆ isExitNode

auto isExitNode = [](Node& n){ return isExit(n); }

Definition at line 46 of file test-chain-load-test.cpp.