mrdocs::Expected::Expected

Move constructor

Synopsis

Declared in <mrdocs/Support/Expected.hpp>

Expected(Expected&& other) = default;

Parameters

Name Description

other

The object to move construct from

Created with MrDocs