mrdocs::dom::operator+

Concatenate two arrays.

Synopsis

Declared in <mrdocs/Dom/Array.hpp>

Array
operator+(
    Array const& lhs,
    Array const& rhs);

Return Value

An array of values

Parameters

Name Description

lhs

The left operand

rhs

The right operand

Created with MrDocs