http_headers::operator= Operator
Assignment operator.
http_headers &operator=(
const http_headers &other
);
http_headers &operator=(
http_headers &&other
);
- other
An http_headers object to move.
Header: http_msg.h
Namespace: web::http
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Assignment operator.
http_headers &operator=(
const http_headers &other
);
http_headers &operator=(
http_headers &&other
);
Header: http_msg.h
Namespace: web::http