v0.13.2
Loading...
Searching...
No Matches
error_when_instantiated.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace FTensor
4{
5 // Helper function to so that the generic permute() only fails if
6 // actually instantiated
7 template <typename T> constexpr bool error_when_instantiated()
8 {
9 return false;
10 }
11}
Tensors class implemented by Walter Landry.
Definition: FTensor.hpp:51
constexpr bool error_when_instantiated()