Addition operator

Synopsis

Declared in <mp‐units/framework/symbol_text.h>

template<
    std::size_t N2,
    std::size_t M2>
[[nodiscard]]
constexpr
symbol_text<N + N2, M + M2>
operator+(
    symbol_text const& lhs,
    symbol_text<N2, M2> const& rhs);

Return Value

A symbol text representation

Parameters

Name

Description

lhs

The left operand

rhs

The right operand

Created with MrDocs