Default move constructor

Synopsis

constexpr
arg(arg&& other) = default;

Parameters

Name

Description

other

The object to move construct from

Created with MrDocs