mrdocs::LazyObjectIOType

Type‐erased IO type for lazy object mapping.

Synopsis

Declared in <mrdocs/Dom/LazyObject.hpp>

using LazyObjectIOType = /* implementation-defined */;

Description

This alias provides a concrete, non‐template IO type that can be used with tag_invoke() overloads for dom::LazyObjectMapTag. Unlike the internal template‐based IO types used within dom::LazyObjectImpl, this type uses std::function for type erasure, allowing it to be used in explicit template instantiations.

See Also

dom::LazyObjectImpl

dom::LazyObjectMapTag

Created with MrDocs