Rotate V right by R bit positions.

Synopsis

Declared in <llvm/ADT/bit.h>

template<typename T>
requires std::is_unsigned_v<T>
[[nodiscard]]
constexpr
T
rotr(
    T V,
    int R);

Return Value

Note

The return value should not be discarded.

Created with MrDocs