![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>
Go to the source code of this file.
Namespaces | |
namespace | QtMultimediaPrivate |
Functions | |
template<typename IntType> | |
constexpr bool | QtMultimediaPrivate::isPowerOfTwo (IntType arg) |
template<typename Type> | |
constexpr Type | QtMultimediaPrivate::alignUp (Type arg, size_t alignment) |
template<typename Type> | |
constexpr Type | QtMultimediaPrivate::alignDown (Type arg, size_t alignment) |
template<typename IntType> | |
constexpr bool | QtMultimediaPrivate::isAligned (IntType arg, size_t alignment) |