Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtmm_alignment_support_p.h File Reference

(acf76f10693e7891efffcae3dacd9f2319e520fc)

#include <QtCore/qglobal.h>
Include dependency graph for qtmm_alignment_support_p.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)