Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace af {
14
15
event::event() : e_{} { AF_THROW(af_create_event(&e_)); }
16
17
event::event(af_event e) : e_(e) {}
18
Callers
nothing calls this directly
Calls
1
af_create_event
Function · 0.50
Tested by
no test coverage detected