Variable T8InputRange

Variable Documentation

template<typename TType> concept T8InputRange   = std::ranges::input_range<TType> && std::convertible_to<std::ranges::range_value_t<TType>, double>

Concept for input ranges with elements convertible to double.

Template Parameters:

TType – Container type to check.