Condividi tramite


Operatore http_headers::operator=

Operatore di assegnazione.

http_headers &operator=(
   const http_headers &other
);

http_headers &operator=(
   http_headers &&other
);

Parametri

  • other
    Un oggetto http_headers da spostare.

Requisiti

Intestazione: http_msg.h

Spazio dei nomi: web::http

Vedere anche

Riferimenti

Classe http_headers