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

Class SmallVector

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

Source from the content-addressed store, hash-verified

1229 template<typename T> struct alignas(T) SmallVectorStorage<T, 0> {};
1230
1231 template<typename T, unsigned N> class SmallVector;
1232
1233 /**
1234 @brief Helper class for calculating the default number of in-place elements for `SmallVector<T>`

Callers

nothing calls this directly

Calls 6

assignRemoteMethod · 0.80
assignMethod · 0.45
emptyMethod · 0.45
destroyRangeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected