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

Compile-time checks for the data() method. More...

Go to the source code of this file.

Classes

struct  tatami::has_data< Type_, Container_, typename >
 Compile time check for the data() method. More...
 
struct  tatami::has_data< Type_, Container_, decltype((void) std::declval< Container_ >().data(), 0)>
 Compile time check for the data() method. More...
 

Namespaces

namespace  tatami
 Flexible representations for matrix data.
 

Detailed Description

Compile-time checks for the data() method.