FreeNOS
Functions
BitOperations.h File Reference

Go to the source code of this file.

Functions

template<class T >
operator~ (T a)
 
template<class T >
operator| (T a, T b)
 
template<class T >
operator& (T a, T b)
 
template<class T >
operator^ (T a, T b)
 
template<class T >
T & operator|= (T &a, T b)
 
template<class T >
T & operator&= (T &a, T b)
 
template<class T >
T & operator^= (T &a, T b)