stream_parser::operator=

Assignment operator.

Synopsis

stream_parser&
operator=(
    stream_parser const&) = delete;

Description

This type is neither copyable nor movable, so copy assignment operator is deleted.