tatami
C++ API for different matrix representations
|
Get type of elements in an array. More...
Go to the source code of this file.
Namespaces | |
namespace | tatami |
Flexible representations for matrix data. | |
Typedefs | |
template<class Array_ > | |
using | tatami::ElementType = typename std::remove_cv< typename std::remove_reference< decltype(std::declval< Array_ >()[0])>::type >::type |
Get type of elements in an array.