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

Method event

src/api/cpp/event.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace af {
14
15event::event() : e_{} { AF_THROW(af_create_event(&e_)); }
16
17event::event(af_event e) : e_(e) {}
18

Callers

nothing calls this directly

Calls 1

af_create_eventFunction · 0.50

Tested by

no test coverage detected