MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / SmallVector

Method SmallVector

Sources/Shared/Containers/SmallVector.h:1303–1303  ·  view source on GitHub ↗

@brief Default constructor */

Source from the content-addressed store, hash-verified

1301 public:
1302 /** @brief Default constructor */
1303 SmallVector() : SmallVectorImpl<T>(N) {}
1304
1305 /**
1306 * @brief Construct a default-initialized vector

Callers

nothing calls this directly

Calls 7

resize_for_overwriteMethod · 0.80
appendMethod · 0.80
resizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
assignMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected