| 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>` |
nothing calls this directly
no test coverage detected