Typedef tl::detail::is_expected

Typedef Documentation

template<class T>
using tl::detail::is_expected = is_expected_impl<decay_t<T>>