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

Tests if a set of tensor types all have the same element type. More...

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

Detailed Description

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

Tests if a set of tensor types all have the same element type.

Template Parameters
CsTensor types.

If less than two tensor types are given, it defaults to true.

See also
internal::traits

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