TTKMusicPlayer  4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Classes | Namespaces | Typedefs | Functions
ttkstringview.h File Reference
#include <string>
#include "ttkmoduleexport.h"

Go to the source code of this file.

Classes

class  TTKBaseStringView< _CharT, _Traits >
 The class of the string view modules. More...
 
struct  std::hash< TTKStringView >
 
struct  std::hash< TTKWStringView >
 
struct  std::hash< TTKU16StringView >
 
struct  std::hash< TTKU32StringView >
 

Namespaces

 literals
 The namespace of the string_view literals.
 
 literals::string_view_literals
 
 std
 

Typedefs

using TTKStringView = TTKBaseStringView< char >
 
using TTKWStringView = TTKBaseStringView< wchar_t >
 
using TTKU16StringView = TTKBaseStringView< char16_t >
 
using TTKU32StringView = TTKBaseStringView< char32_t >
 
using std::string_view = TTKStringView
 
using std::wstring_view = TTKWStringView
 
using std::u16string_view = TTKU16StringView
 
using std::u32string_view = TTKU32StringView
 

Functions

constexpr TTKStringView literals::string_view_literals::operator""sv (const char *s, size_t l) noexcept
 
constexpr TTKWStringView literals::string_view_literals::operator""sv (const wchar_t *s, size_t l) noexcept
 
constexpr TTKU16StringView literals::string_view_literals::operator""sv (const char16_t *s, size_t l) noexcept
 
constexpr TTKU32StringView literals::string_view_literals::operator""sv (const char32_t *s, size_t l) noexcept
 

Typedef Documentation

Definition at line 486 of file ttkstringview.h.

Definition at line 488 of file ttkstringview.h.

Definition at line 489 of file ttkstringview.h.

Definition at line 487 of file ttkstringview.h.