|
DUDS
|
Distributed Update of Data from Something
|
#include <type_traits>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<unsigned B, typename T > | |
| std::make_signed< T >::type | duds::general::SignedMagnitudeToTwosComplement (const T x) |
| Converts a signed magnitude value to two's complement. More... | |