Typedef flrv::param::elem_type

Typedef Documentation

template<class T, size_t I>
using flrv::param::elem_type = std::remove_const_t<std::remove_reference_t<decltype(detail::access<T>::template get<I>(std::declval<T&>()))>>