#include <ostream>#include <iomanip>#include <algorithm>
Functions | |
| template<typename T > | |
| T | reverseBytes (T const &arg) |
| T reverseBytes | ( | T const & | arg | ) | [inline] |
A templated routine that returns a the input value in reversed byte order
1.5.7.1