TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "ttksmartptr.h"
Go to the source code of this file.
Classes | |
struct | TTKOptional< T > |
The class of the optional module. More... | |
Namespaces | |
std | |
Typedefs | |
template<typename T > | |
using | std::optional = TTKOptional< T > |
Functions | |
template<typename T > | |
bool | operator== (const TTKOptional< T > &v, const T &other) |
template<typename T > | |
bool | operator== (const T &other, const TTKOptional< T > &v) |
template<typename T > | |
bool | operator!= (const TTKOptional< T > &v, const T &other) |
template<typename T > | |
bool | operator!= (const T &other, const TTKOptional< T > &v) |
|
inline |
Definition at line 156 of file ttkoptional.h.
References operator==().
|
inline |
Definition at line 162 of file ttkoptional.h.
References operator==().
|
inline |
Definition at line 144 of file ttkoptional.h.
References TTKOptional< T >::has_value().
Referenced by operator!=().
|
inline |
Definition at line 150 of file ttkoptional.h.
References TTKOptional< T >::has_value().