Variable T8InputRange
Defined in File t8_vec.hxx
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.