Helper class for calculating the default number of inline elements for SmallVector<T>.
Synopsis
Declared in <llvm/ADT/SmallVector.h>
template<typename T>
struct CalculateSmallVectorDefaultInlinedElements;
Description
This should be migrated to a constexpr function when our minimum compiler support is enough for multi‐statement constexpr functions.
Static Data Members
Name |
Description |
Maximum number of |
|
Preferred number of inline bytes for a default |
|
Target object size for default inline storage. |
|
Default number of inline elements for |
Created with MrDocs