mrdocs::dom::String

Synopsis

Declared in <mrdocs/Dom/String.hpp>

class String final

Member Functions

Name

Description

String [constructor]

Constructor.

~String [destructor]

Destructor.

operator=

Assignment.

c_str

Return the string.

data

Return the string.

empty

Return true if the string is empty.

get

Return the string.

size

Return the size.

str

Return the string.

swap

Swap two strings.

operator std::string_view

Return the string.

Friends

Name Description

mrdocs::dom::operator+

mrdocs::dom::operator+

mrdocs::dom::operator+

Concatenate two strings.

mrdocs::dom::operator<=>

Return the result of comparing two strings.

mrdocs::dom::operator!=

Return the result of comparing two strings.

mrdocs::dom::operator==

Return the result of comparing two strings.

mrdocs::dom::operator<=>

Return the result of comparing two strings.

mrdocs::dom::operator!=

Return the result of comparing two strings.

mrdocs::dom::operator==

Return the result of comparing two strings.

mrdocs::dom::swap

Swap two strings.

Non-Member Functions

Name

Description

::mrdocs::toString

Return the name of the SymbolKind as a string.

::mrdocs::toString

Convert ExplicitInfo to a string.

::mrdocs::toString

Convert NoexceptInfo to a string.

::mrdocs::doc::toString

Return the name of the Admonish as a string.

::mrdocs::doc::toString

Return the name of the Parts as a string.

::mrdocs::doc::toString

Return the name of the ParamDirection as a string.

Created with MrDocs