MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestBaseType

Method TestBaseType

src/test_module.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10 public:
11 TestBaseType() : val(10), const_val(15), mdarray{} { }
12 TestBaseType(int) : val(10), const_val(15), mdarray{} { }
13 TestBaseType(int *) : val(10), const_val(15), mdarray{} { }
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected