mrdocs::doc::SoftBreakInline

A line break that may render as space

Synopsis

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

struct SoftBreakInline
    : InlineCommonBase<InlineKind::SoftBreak>

Base Classes

Name

Description

InlineCommonBase<InlineKind::SoftBreak>

Base class for providing variant discriminator functions.

Member Functions

Name

Description

SoftBreakInline [constructor]

Default constructor

~SoftBreakInline [destructor] [virtual]

Destructor

operator==

Equality operator

operator<=>

Three‐way comparison operators

Static Data Members

Name

kind_id

Non-Member Functions

Name

Description

getAsPlainText

Get the plain text representation of an inline element tree.

getAsPlainText

Get the plain text representation of an inline element tree.

Created with MrDocs