Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ getType
Method
getType
week15/examples/nested-enum1.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
Mat(DataType type) : type(type), data(NULL){}
17
18
DataType getType() const { return type; }
19
};
20
21
int main()
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected