MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / get_val

Function get_val

test/wrap.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template<typename T>
53inline double get_val(T val) {
54 return val;
55}
56
57template<>
58inline double get_val<cfloat>(cfloat val) {

Callers 1

wrapTestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected