#include <declarations.hpp>
template<class T>
{
[]<
class U,
Size... Ns>(
Tensor<U, Ns...> const &&)
{
}(std::declval<T>())
};
}
Definition concepts.hpp:19
Definition declarations.hpp:27
std::size_t Size
Definition basics.hpp:31
Tensor(TensorViews::View< T, Sizes< Ns... >, F > const &) -> Tensor< T, Ns... >