iterative-solver 0.0
molpro::linalg::array::is_iterable< T, typename > Struct Template Reference

Checks that class T can be iterated with std::begin and std::end, and is not sparse. More...

#include <type_traits.h>

Inherits std::false_type.

Detailed Description

template<class T, typename = void>
struct molpro::linalg::array::is_iterable< T, typename >

Checks that class T can be iterated with std::begin and std::end, and is not sparse.