Class template Dune::XT::LA::is_container¶
Inherits from std::is_base_of<ContainerInterface<typename C::Traits, typename C::ScalarType>, C>.
-
template<class C, bool candidate = internal::is_container_helper<C>::is_candidate>
class Dune::XT::LA::is_container : public std::is_base_of<ContainerInterface<typename C::Traits, typename C::ScalarType>, C>¶ Trait that is true if C is a dune-xt-la container (derives from ContainerInterface).