Mr.Docs The C++ Alliance GitHub Repo
  • Mr.Docs
  • Reference
  • mrdocs
  • doc
  • InlineContainer
  • asInlineContainer-0b
master develop 2026.9.4 v0.8.0
Mr.Docs The C++ Alliance GitHub Repo

Mr.Docs

    • Home
    • Demos
    • Installation
    • Getting Started
    • The Configuration File
    • Documenting the Code
    • Generators
    • Design Notes
    • Library Reference
    • Contributor’s Guide
    • License

mrdocs::doc::InlineContainer::asInlineContainer

Helper function so that derived classes can get a reference to the base class.

Synopses

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

Helper function so that derived classes can get a reference to the base class.

InlineContainer&
asInlineContainer();

» more...

InlineContainer const&
asInlineContainer() const;

» more...

Created with MrDocs