tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<etl::builtin_unsigned_integer UInt> | |
constexpr auto | rotr (UInt t, int s) noexcept -> UInt |
Computes the result of bitwise right-rotating the value of x by s positions. This operation is also known as a right circular shift. | |