mrdocs::dom::Value::set Set or replace the value for a given key. Synopsis Declared in <mrdocs/Dom/Value.hpp> void set( String const& key, Value const& value); Parameters Name Description key The key. value The value to set. Created with MrDocs