Lunchbox
1.17.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
Example: More...
Functions | |
template<class T > | |
int32_t | lunchbox::getIndexOfLastBit (T value) |
template<class T > | |
void | lunchbox::byteswap (T &value) |
Swap the byte order of the given value. More... | |
Example:
void lunchbox::byteswap | ( | T & | value | ) |
Swap the byte order of the given value.
int32_t lunchbox::getIndexOfLastBit | ( | T | value | ) |
Referenced by lunchbox::LFVector< T, nSlots >::getWriteLock(), lunchbox::LFVector< T, nSlots >::LFVector(), and lunchbox::LFVector< T, nSlots >::operator[]().