43 template<
typename dtype>
44 constexpr dtype
cube(dtype inValue) noexcept
48 return inValue * inValue * inValue;
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition: StaticAsserts.hpp:50
constexpr dtype cube(dtype inValue) noexcept
Definition: Utils/cube.hpp:44
Definition: Coordinate.hpp:45