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.
Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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.