TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "ttkglobal.h"
Go to the source code of this file.
Namespaces | |
TTK | |
The namespace of the process utils. | |
std | |
Typedefs | |
template<typename _Tp > | |
using | std::remove_extent_t = typename remove_extent< _Tp >::type |
Alias template for remove_extent. More... | |
template<typename _Tp > | |
using | std::remove_all_extents_t = typename remove_all_extents< _Tp >::type |
Alias template for remove_all_extents. More... | |
Functions | |
template<typename _Tp > | |
constexpr const _Tp & | TTK::min (const _Tp &a, const _Tp &b) |
template<typename _Tp > | |
constexpr const _Tp & | TTK::max (const _Tp &a, const _Tp &b) |
template<typename _Tp , typename _Up = _Tp> | |
_Tp | std::exchange (_Tp &__obj, _Up &&__new_val) noexcept |
Assign __new_val to __obj and return its previous value. More... | |
template<typename _Tp > | |
constexpr const _Tp & | std::clamp (const _Tp &_Val, const _Tp &_Min_val, const _Tp &_Max_val) |