Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::operator<< (2 of 5 overloads)

Outputs the standard reason phrase of a status code to a stream.

Synopsis

Defined in header <boost/beast/http/status.hpp>

std::ostream&
operator<<(
    std::ostream&,
    status);
Description

PrevUpHomeNext