LazyObject
overloads
<mrdocs/Dom/LazyObject.hpp>
template<HasLazyObjectMapWithoutContext T>
Object
LazyObject(T const& obj);
» more...
Return a new dom::Object based on a transformed lazy array implementation.
template<
class T,
class Context>
requires HasLazyObjectMap<T, Context>
Object
LazyObject(
T const& arr,
Context const& context);
» more...
Name | Description |
---|---|
obj | The underlying object. |
arr | The underlying range of elements. |
context | The context used to convert each element to a dom::Value. |