Variable T8RandomAccessRange
Defined in File t8_vec.hxx
Variable Documentation
- template<typename TType> concept T8RandomAccessRange = std::ranges::random_access_range<TType> && std::convertible_to<std::ranges::range_value_t<TType>, double>
Concept for random access ranges with elements convertible to double.
Note
T8RandomAccessRange also satisfies the condition of T8InputRange but not vice versa.
- Template Parameters:
TType – Container type to check.