MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / TupleVector

Method TupleVector

test/embind/embind_test.cpp:950–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948
949struct TupleVector : DummyDataToTestPointerAdjustment, Vector {
950 TupleVector() : Vector(0, 0, 0, 0) {}
951 TupleVector(float x, float y, float z, float w) : Vector(x, y, z, w) {}
952};
953

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected