Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ SmallVector
Method
SmallVector
dnn/include/megdnn/thin/small_vector.h:788–788 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
786
787
public:
788
SmallVector() : SmallVectorImpl<T>(N) {}
789
790
explicit SmallVector(size_t size, const T& value = T()) : SmallVectorImpl<T>(N) {
791
this->assign(size, value);
Callers
nothing calls this directly
Calls
4
T
Class · 0.85
assign
Method · 0.80
append
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected