Class template Dune::XT::LA::is_istl_dense_vector

Inherits from std::is_base_of<IstlDenseVector<typename V::ScalarType>, V>.

template<class V, bool candidate = internal::is_istl_dense_vector_helper<V>::is_candidate>
class Dune::XT::LA::is_istl_dense_vector : public std::is_base_of<IstlDenseVector<typename V::ScalarType>, V>

Trait that is true if V is an ISTL dense vector (derives from IstlDenseVector).