mrdocs::dom::String::String

Constructor.

Synopsis

Declared in <mrdocs/Dom/String.hpp>

constexpr
String(String&& other) noexcept;

Description

Ownership of the string is transferred to the newly constructed string. The moved‐from string behaves as if default constructed.

Parameters

Name Description

other

The object to move construct from

Created with MrDocs