Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_overwrite
Method · 0.80
append
Method · 0.80
resize
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
assign
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected