llvm::ThreadSafeTrieRawHashMapBase::DefaultContentAllocAlign

Default allocation alignment for content of type T.

Synopsis

Declared in <llvm/ADT/TrieRawHashMap.h>

template<class T>
inline constexpr static
size_t DefaultContentAllocAlign = alignof(AllocValueType<T>);