MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / convert

Function convert

tests/device_compilation_tests.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63};
64
65int convert(Conversion conv) {
66 return add_five(conv);
67}
68
69struct MyStruct : MyParent {
70 MyStruct(int& value) : MyParent::MyParent{value, 4, 5, 7}, value(value) {

Callers 1

~MyStructMethod · 0.85

Calls 1

add_fiveFunction · 0.85

Tested by

no test coverage detected