MCPcopy 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
787public:
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

TClass · 0.85
assignMethod · 0.80
appendMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected