mrdocs::dom::Value::operator=
Assignment operators
Synopses
Declared in <mrdocs/Dom/Value.hpp>
Copy‐assign from another value, replacing the stored payload.
Value&
operator=(Value const& other);
Move‐assign from another value, leaving it undefined.
Value&
operator=(Value&& other) noexcept;
Created with MrDocs