|
cpp-mirai-client
v2.6.1
cpp client for mirai-api-http
|
群聊号码类型 更多...
#include <BasicTypes.hpp>
Public 成员函数 | |
| constexpr | GID_t () |
| constexpr | GID_t (int64_t num) |
Public 成员函数 继承自 Mirai::UID_t | |
| constexpr | operator int64_t () const |
| std::string | to_string () const |
| constexpr bool | operator< (const UID_t &uid) const |
| constexpr bool | operator== (const UID_t &uid) const |
| constexpr bool | operator!= (const UID_t &uid) const |
| constexpr bool | operator> (const UID_t &uid) const |
| constexpr bool | operator>= (const UID_t &uid) const |
| constexpr bool | operator<= (const UID_t &uid) const |
额外继承的成员函数 | |
Protected 成员函数 继承自 Mirai::UID_t | |
| constexpr | UID_t ()=default |
| constexpr | UID_t (int64_t num) |
Protected 属性 继承自 Mirai::UID_t | |
| int64_t | number_ = 0 |
|
inlineconstexpr |
在文件 BasicTypes.hpp 第 90 行定义.
|
inlineexplicitconstexpr |
在文件 BasicTypes.hpp 第 91 行定义.