MCPcopy Create free account
hub / github.com/covscript/covscript / wrapper

Class wrapper

tests/extension.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <iostream>
4
5struct wrapper {
6 int val = 0;
7 wrapper(int v) : val(v) {}
8};
9
10template <>
11struct cs_impl::type_conversion_cs<wrapper> {

Callers 1

convertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected