mrdocs::dom::LazyObjectMapTag

Customization point tag.

Synopsis

Declared in <mrdocs/Dom/LazyObject.hpp>
struct LazyObjectMapTag;

Non-Member Functions

Name Description
::mrdocs::tag_invokeMap a EnumConstantSymbol to a dom::Object.
::mrdocs::tag_invokeMap a FriendInfo to a dom::Object.
::mrdocs::tag_invokeMap a NamespaceAliasSymbol to a dom::Object.
::mrdocs::tag_invokeMap the DocComment to a dom::Object.
::mrdocs::tag_invokeMap a RecordTranche to a dom::Object.
::mrdocs::tag_invokeMap a OverloadsSymbol to a dom::Object.
::mrdocs::tag_invokeMap a TypedefSymbol to a dom::Object.
::mrdocs::tag_invokeMap the Symbol to a dom::Object.
::mrdocs::tag_invokeMap a NamespaceTranche to a dom::Object.
::mrdocs::tag_invokeMap a ConceptSymbol to a dom::Object.
::mrdocs::tag_invokeMap the Polymorphic Symbol to a dom::Object.
::mrdocs::tag_invokeMap a EnumSymbol to a dom::Object.
::mrdocs::tag_invokeMap a VariableSymbol to a dom::Object.
::mrdocs::tag_invokeMap a UsingSymbol to a dom::Object.
::mrdocs::tag_invokeMap a RecordSymbol to a dom::Object.
::mrdocs::tag_invokeMap a FunctionSymbol to a dom::Object.
::mrdocs::tag_invokeMap a GuideSymbol to a dom::Object.
::mrdocs::tag_invokeMap a NamespaceSymbol to a dom::Object.
::mrdocs::tag_invokeMap a RecordInterface to a dom::Object.
::mrdocs::doc::tag_invokeMap the Highlight to a dom::Object.
::mrdocs::doc::tag_invokeMap the Code to a dom::Object.
::mrdocs::doc::tag_invokeMap the Strong to a dom::Object.
::mrdocs::doc::tag_invokeMap the TableCell to a dom::Object.
::mrdocs::doc::tag_invokeMap the Precondition to a dom::Object.
::mrdocs::doc::tag_invokeMap the Brief to a dom::Object.
::mrdocs::doc::tag_invokeMap the Inline to a dom::Object.
::mrdocs::doc::tag_invokeMap the Emph to a dom::Object.
::mrdocs::doc::tag_invokeMap the LineBreak to a dom::Object.
::mrdocs::doc::tag_invokeMap the See to a dom::Object.
::mrdocs::doc::tag_invokeMap the Text to a dom::Object.
::mrdocs::doc::tag_invokeMap the QuoteBlock to a dom::Object.
::mrdocs::doc::tag_invokeMap the SoftBreak to a dom::Object.
::mrdocs::doc::tag_invokeMap the Reference to a dom::Object.
::mrdocs::doc::tag_invokeMap the ListItem to a dom::Object.
::mrdocs::doc::tag_invokeMap the FootnoteReference to a dom::Object.
::mrdocs::doc::tag_invokeMap the FootnoteDefinition to a dom::Object.
::mrdocs::doc::tag_invokeMap the Paragraph to a dom::Object.
::mrdocs::doc::tag_invokeMap the Block to a dom::Object.
::mrdocs::doc::tag_invokeMap the Image to a dom::Object.
::mrdocs::doc::tag_invokeMap the Throws to a dom::Object.
::mrdocs::doc::tag_invokeMap the Postcondition to a dom::Object.
::mrdocs::doc::tag_invokeMap the Strikethrough to a dom::Object.
::mrdocs::doc::tag_invokeMap the Param to a dom::Object.
::mrdocs::doc::tag_invokeMap the Brief to a dom::Object.
::mrdocs::doc::tag_invokeMap the DefinitionListItem to a dom::Object.
::mrdocs::doc::tag_invokeMap the Admonition to a dom::Object.
::mrdocs::doc::tag_invokeMap the TParam to a dom::Object.
::mrdocs::doc::tag_invokeMap the Math to a dom::Object.
::mrdocs::doc::tag_invokeMap the Brief to a dom::Object.
::mrdocs::doc::tag_invokeMap the UnorderedList to a dom::Object.
::mrdocs::doc::tag_invokeMap the CopyDetails to a dom::Object.
::mrdocs::doc::tag_invokeMap the Heading to a dom::Object.
::mrdocs::doc::tag_invokeMap the TableRow to a dom::Object.
::mrdocs::doc::tag_invokeMap the Link to a dom::Object.
::mrdocs::doc::tag_invokeMap the Returns to a dom::Object.
::mrdocs::doc::tag_invokeMap the Superscript to a dom::Object.
::mrdocs::doc::tag_invokeMap the Polymorphic Block to a dom::Object.
::mrdocs::doc::tag_invokeMap the UnorderedTable to a dom::Object.
::mrdocs::doc::tag_invokeMap the Subscript to a dom::Object.
::mrdocs::doc::tag_invokeMap the Code to a dom::Object.

Description

This tag type is used by the class dom::LazyObjectImpl to select overloads of tag_invoke.

NOTE

This type is empty; it has no members.

See Also

dom::LazyObjectImpl tag_invoke: A general pattern for supporting customisable functions

Created with MrDocs