#include <cassert>#include <cstddef>Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Internal |
Functions | |
| template<typename T > | |
| constexpr T | ROOT::Internal::AlignUp (T value, T align) noexcept |
Round value up to the next multiple of align. | |
| constexpr bool | ROOT::Internal::IsValidAlignment (std::size_t align) noexcept |
Return true if align is a valid C++ alignment value: strictly positive and a power of two. | |