Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ small_vector
Method
small_vector
paddle/utils/small_vector.h:1234–1234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1232
class small_vector : public small_vector_impl<T>, small_vector_storage<T, N> {
1233
public:
1234
small_vector() : small_vector_impl<T>(N) {}
1235
1236
~small_vector() {
1237
// Destroy the constructed elements in the vector.
Callers
nothing calls this directly
Calls
6
operator=
Function · 0.85
assign
Method · 0.45
append
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected