Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ data
Method
data
dlib/cuda/cuda_data_ptr.h:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
!*/
68
69
void* data() { return pdata.get(); }
70
const void* data() const { return pdata.get(); }
71
operator void*() { return pdata.get(); }
72
operator const void*() const { return pdata.get(); }
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected