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

Function to_int

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

Source from the content-addressed store, hash-verified

71};
72
73int to_int(TestEnum t)
74{
75 return t;
76}
77
78class TestDerivedType : public TestBaseType
79{

Callers 1

to_intMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected