MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / sub

Method sub

testsuite/staticLongSplitChainRetStruct.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32public:
33 sub() : raft::kernel()
34 {
35 input.addPort< T >( "0" );
36 output.addPort< T >( "0" );
37 }
38
39 sub( const sub< T > &other ) : sub()
40 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected