lin
lin::internal::have_integral_elements< Cs > Struct Template Reference

Tests if a set of tensor types all have integral elements. More...

#include <lin/core/traits/tensor.hpp>

Inheritance diagram for lin::internal::have_integral_elements< Cs >:
lin::internal::conjunction< std::is_integral< _elem_t< Cs > >... >

Detailed Description

template<class... Cs>
struct lin::internal::have_integral_elements< Cs >

Tests if a set of tensor types all have integral elements.

Template Parameters
CsTensor types.

If less than one tensor type is given, it defaults to true.

See also
internal::traits
std::is_integral

The documentation for this struct was generated from the following file: