E.V.E
v2023.02.15
Loading...
Searching...
No Matches
◆
is_aligned()
[1/4]
template<std::size_t A, typename T , typename Other >
bool eve::is_aligned
(
aligned_ptr
< T, Other > const &
ptr
)
constexpr
noexcept
Parameters
ptr
aligned_ptr
to checks
Template Parameters
A
Alignment constraint to verify
Returns
A boolean indicating if
ptr
is compatible with the
Other
alignment.
eve