Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RAlignmentUtils.hxx File Reference
#include <cassert>
#include <cstddef>
Include dependency graph for RAlignmentUtils.hxx:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 
namespace  ROOT::Internal
 

Functions

template<typename T >
constexprROOT::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.