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