21 inline constexpr T
square(
const T& x)
29 inline constexpr T
cube(
const T& x)
37 inline constexpr T
pow4(
const T& x)
46 inline constexpr T
pow5(
const T& x)
constexpr T cube(const T &x)
Calculate the cube of the input.
constexpr T square(const T &x)
Calculate the square of the input.
constexpr T pow5(const T &x)
Calculate the fifth power of the input.
constexpr T pow4(const T &x)
Calculate the fourth power of the input.
Abstract base class for different kinds of events.