#include <declarations.hpp>
template<class T>
{
[]<
class U, class N, class R>(
Tensor<U, N, R> const &&)
{
}(std::declval<T>())
};
}
Definition concepts.hpp:19
Definition declarations.hpp:28
Tensor(TensorViews::View< T, N, Ranks, F > const &) -> Tensor< T, N, Ranks >