Typedef ams::AMSExpected

Typedef Documentation

template<typename T>
using ams::AMSExpected = tl::expected<T, AMSError>

Expected type used throughout AMS.

This is a thin alias over tl::expected with AMSError as the error type. Client code should use AMSExpected<T> instead of tl::expected directly.