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

Method sub

testsuite/staticContJoinRetStruct.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected