Determine if T
can be converted to dom::Value
.
Synopsis
Declared in <mrdocs/Dom/LazyObject.hpp>
template<
class T,
class Context>
concept HasLazyObjectMap = HasLazyObjectMapWithContext<T, Context> ||
HasLazyObjectMapWithoutContext<T>;
Description
If T
can be converted to dom::Value
via a call to dom::ValueFrom
, the static data member value
is defined as true
. Otherwise, value
is defined as false
.
Created with MrDocs