MCPcopy Create free account
hub / github.com/boostorg/compute / StructWithArray

Class StructWithArray

test/test_struct.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47BOOST_COMPUTE_ADAPT_STRUCT(chemistry::Atom, Atom, (x, y, z, number))
48
49struct StructWithArray {
50 int value;
51 int array[3];
52};
53
54BOOST_COMPUTE_ADAPT_STRUCT(StructWithArray, StructWithArray, (value, array))
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected