Mjolnir Core
Core functionality of the Mjolnir API

◆ pack_all_less()

consteval auto pack_all_less ( UST  value) -> bool
noexcept

Return true if all values of an unsigned integer parameter pack are less then a given value and false otherwise.

Template Parameters
t_packThe parameter pack that should be checked
Parameters
[in]valueThe reference value
Returns
true or false