共用方式為


http_headers::operator= 運算子

指派運算子。

http_headers &operator=(
   const http_headers &other
);

http_headers &operator=(
   http_headers &&other
);

參數

  • other
    要移動的 http_headers 物件。

需求

**標頭:**http_msg.h

**命名空間:**web::http

請參閱

參考

http_headers 類別