tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
ElementType.hpp File Reference

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
 

Detailed Description

Get type of elements in an array.