mrdocs::dom::operator+

Concatenate two strings.

Synopsis

Declared in <mrdocs/Dom/String.hpp>

auto
operator+(
    String const& lhs,
    String const& rhs) noexcept;

Return Value

The concatenated string.

Parameters

Name Description

lhs

The left‐hand side string.

rhs

The right‐hand side string.

Created with MrDocs