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

Method Type2

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

Source from the content-addressed store, hash-verified

44{
45 public:
46 Type2(TestBaseType t_bt)
47 : m_bt(std::move(t_bt)),
48 m_str("Hello World")
49 {
50 }
51
52 int get_val() const
53 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected