Share via


http_headers::operator= Operator

Assignment operator.

http_headers &operator=(
   const http_headers &other
);

http_headers &operator=(
   http_headers &&other
);

Parameters

  • other
    An http_headers object to move.

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_headers Class