End iterator forwarding to children.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>

decltype(auto)
end(this auto&& self) noexcept;

Return Value

Iterator past the last child.

Parameters

Name Description

self

The container instance.

Created with MrDocs