实现0开销的 c++ 接口例子
摘要:
// network.h class Network { public: bool send(const char* host, uint16_t port, const std::string& message); static Network* New(); static void Delete 阅读全文
posted @ 2022-08-14 10:49 金凯旋 阅读(64) 评论(0) 推荐(0)
posted @ 2022-08-14 10:49 金凯旋 阅读(64) 评论(0) 推荐(0)