DUDS
Distributed Update of Data from Something
ReverseBits.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 duds
 
 duds::general
 General use library code that isn't actually specific to the DUDS family of libraries, but were developed along with DUDS.
 

Functions

template<typename Integer >
constexpr bool duds::general::IsPowerOf2 (Integer i)
 Returns true only if the given value is a power of 2. More...
 
template<typename Integer >
Integer duds::general::ReverseBits (Integer i)
 Reverses the bits in a given value. More...
 
constexpr std::uint8_t duds::general::ReverseBits (const std::uint8_t i)
 Reverse the bits of a given byte. More...