basic_parser::handler

Return a reference to the handler.

Synopsis

Handler&
handler() noexcept; (1)

Handler const&
handler() const noexcept; (2)

Description

This function provides access to the constructed instance of the handler owned by the parser.

Complexity

Constant.

Exception Safety

No-throw guarantee.