MCPcopy 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

1232class 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
assignMethod · 0.45
appendMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected