constexpr decltype()

in src/libraries/cast/include/m/cast/try_cast.h [174:178]


    constexpr decltype(auto)
    try_cast(FromType const& from)
    {
        return try_cast_helper<FromType, ToType>::do_cast(from);
    }