Begin iterator forwarding to children.

Synopsis

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

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

Return Value

Iterator to the first child.

Parameters

Name

Description

self

The container instance.

Created with MrDocs