mrdocs::ExtensionRegistry::ExtensionRegistry
Move constructor.
Synopsis
Declared in <mrdocs/Extensions/ExtensionRegistry.hpp>
ExtensionRegistry(ExtensionRegistry&& other) noexcept;
Description
The registry owns the scripting engines and the generators loaded from them, so it is move‐only.
Parameters
Name |
Description |
other |
The object to move construct from |
Created with MrDocs