|
lin
|
Tests if a given expression can be instantiated. More...
#include <lin/core/traits/utilities.hpp>
Tests if a given expression can be instantiated.
| E | Template expression type. |
| Ts | Set of types we try to instantiate E with. |
An example use case is given here:
1.8.11