mrdocs::lua::Table::set
Create or replace the value with a key.
Synopsis
Declared in <mrdocs/Support/Lua.hpp>
void
set(
std::string_view key,
Param value) const;
Parameters
Name |
Description |
key |
The key to set. |
value |
The value to set. |
Created with MrDocs