Constructors

Synopses

Default constructor

constexpr
arg() = default;

Deleted copy constructor

arg(arg const& other) = delete;

Default move constructor

constexpr
arg(arg&& other) = default;

Created with MrDocs