Classes |
class | Finally |
| Calls a function when this object goes out of scope. More...
|
class | ThreadInterruptedException |
| The thread could not complete its task because it was asked to exit. More...
|
Functions |
bool | isPowerOfTwo (uint64_t x) |
| Return true if the log of x in base 2 is a whole number.
|
void * | memcpy (void *dest, std::initializer_list< std::pair< const void *, size_t >> src) |
| Copy some noncontiguous chunks of data into a contiguous chunk.
|
template<typename Small , typename Large > |
Small | downCast (const Large &large) |
| Cast a bigger int down to a smaller one.
|