TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Namespaces | Functions
ttkcompat.h File Reference
#include "ttkglobal.h"

Go to the source code of this file.

Namespaces

 TTK
 The namespace of the process utils.
 
 std
 

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)