mrdocs::dom::LazyObject
Return a new dom::Object based on a lazy object implementation.
Synopsis
Declared in <mrdocs/Dom/LazyObject.hpp>
template<HasLazyObjectMapWithoutContext T>
Object
LazyObject(T const& obj);
Return Value
A new dom::Object whose properties are the result of converting each property in the underlying object to a dom::Value.
Parameters
Name |
Description |
obj |
The underlying object. |
Created with MrDocs