Functions

C:/Users/chrivieh/Desktop/My Dropbox/Studium/5. Semester/Visualisierung/Lab2/src/reverseBytes.h File Reference

#include <ostream>
#include <iomanip>
#include <algorithm>

Go to the source code of this file.

Functions

template<typename T >
reverseBytes (T const &arg)

Function Documentation

template<typename T >
T reverseBytes ( T const &  arg )

A templated routine that returns a the input value in reversed byte order

 All Classes Files Functions Variables Friends Defines