clang::mrdocs::dom::LazyObject

LazyObject overloads

Synopses

Declared in <mrdocs/Dom/LazyObject.hpp>
Return a new dom::Object based on a lazy object implementation.
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...

Return Value

Parameters

Name Description
obj The underlying object.
arr The underlying range of elements.
context The context used to convert each element to a dom::Value.

Created with MrDocs