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.
stream_parser::operator=
Assignment operator.
stream_parser&
operator=(
stream_parser const&) = delete;
This type is neither copyable nor movable, so copy assignment operator is deleted.