mrdocs::dom::DefaultObjectImpl::DefaultObjectImpl
Constructors
Synopses
Declared in <mrdocs/Dom/Object.hpp>
Create an empty object implementation.
DefaultObjectImpl() noexcept;
Create an object pre‐populated with entries.
explicit
DefaultObjectImpl(storage_type entries) noexcept;
Parameters
Name |
Description |
entries |
Key/value storage to take ownership of. |
Created with MrDocs