RADLib
RADical C++ application framework
RADData::Detail Namespace Reference

Internal implementation details for RADData containers. More...

Functions

constexpr size_t nextPowerOfTwo (size_t value)
 Returns the next power-of-two capacity at least as large as value. More...
 

Detailed Description

Internal implementation details for RADData containers.

Function Documentation

◆ nextPowerOfTwo()

constexpr size_t RADData::Detail::nextPowerOfTwo ( size_t  value)
constexpr

Returns the next power-of-two capacity at least as large as value.