mrdocs::dom::swap

Swap two strings.

Synopsis

Declared in <mrdocs/Dom/String.hpp>

constexpr
void
swap(
    String& lhs,
    String& rhs) noexcept;

Parameters

Name Description

lhs

The first string.

rhs

The second string.

Created with MrDocs