...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
parser
parser::operator=
parser::write
parser::~parser
value
string
array
object
storage_ptr
Assignment operator.
parser& operator=( parser const&) = delete;
This type is neither copyable nor movable. The operator is deleted.