Class template Dune::XT::LA::is_vector¶
Inherits from std::is_base_of<VectorInterface<typename V::Traits, typename V::ScalarType>, V>.
-
template<class V, bool candidate = internal::is_vector_helper<V>::is_candidate>
class Dune::XT::LA::is_vector : public std::is_base_of<VectorInterface<typename V::Traits, typename V::ScalarType>, V>¶ Trait that is true if V is a dune-xt-la vector (derives from VectorInterface).