tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
rotl.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<etl::builtin_unsigned_integer UInt>
constexpr auto rotl (UInt t, int s) noexcept -> UInt
 Computes the result of bitwise left-rotating the value of x by s positions. This operation is also known as a left circular shift.