| 
    Lunchbox
    1.10.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.
| int32_t lunchbox::getIndexOfLastBit | ( | T | value | ) | 
Referenced by lunchbox::LFVector< T, nSlots >::LFVector(), and lunchbox::LFVector< T, nSlots >::operator[]().
 Here is the caller graph for this function: