GClasses
|
Base case of template used for reversing numBits of type T. You shouldn't need this, use the function reverseBits. More...
#include <GReverseBits.h>
Static Public Member Functions | |
static T | reverse (T val, T) |
Base case of template used for reversing numBits of type T. You shouldn't need this, use the function reverseBits.
Taken from the post at http://www.velocityreviews.com/forums/t457514-reverse-bit-order.html by Pete Becker, Author of "The Standard C++ Library Extensions: a Tutorial and Reference"
static T GClasses::GBitReverser_imp< T, 1 >::reverse | ( | T | val, |
T | |||
) | [inline, static] |