首页 > pool->append(users+sockfd)什么意思
头像
Bobbie
编辑于 2020-11-16 18:05
+ 关注

pool->append(users+sockfd)什么意思

游双的Linux高性能服务器编程的15.6节用线程池实现的web简单服务器里出现的pool->append( users + sockfd );什么意思
template< typename T >
bool threadpool< T >::append( T* request )

threadpool< http_conn >* pool = NULL;
http_conn* users = new http_conn[ MAX_FD ];
int sockfd = events[i].data.fd;
pool->append( users + sockfd );
users是http_conn*类型我能理解,但是sockfd是int类型,两者加起来我就不理解了,这个又没有重载函数+


全部评论

(1) 回帖
加载中...
话题 回帖

相关热帖

近期热帖

近期精华帖

热门推荐