mrdocs::Expected::rebind

Rebind to an Expected with a different value type and the same error type.

Synopsis

Declared in <mrdocs/Support/Expected.hpp>

template<class U>
using rebind = Expected<U, error_type>;

Created with MrDocs