Typedef ams::ValueTypeFromRangeType

Typedef Documentation

template<typename RangeType>
using ams::ValueTypeFromRangeType = std::remove_const_t<std::remove_reference_t<decltype(*std::begin(std::declval<RangeType&>()))>>