Lunchbox
1.11.0
|
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.
Referenced by lunchbox::PersistentMap::getSet(), and lunchbox::PersistentMap::getVector().
int32_t lunchbox::getIndexOfLastBit | ( | T | value | ) |
Referenced by lunchbox::LFVector< T, nSlots >::LFVector(), and lunchbox::LFVector< T, nSlots >::operator[]().