Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
struct wrapper {
6
int val = 0;
7
wrapper(int v) : val(v) {}
8
};
9
10
template <>
11
struct cs_impl::type_conversion_cs<wrapper> {
Callers
1
convert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected