Luna::R::R
R(R &&rhs)
Constructs one result object by moving from another result object.
The return value will be move-constructed if valid.
Parameters
-
in rhs
The object to move from.
R(R &&rhs)
Constructs one result object by moving from another result object.
The return value will be move-constructed if valid.
in rhs
The object to move from.