tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
tatami::has_data< T, V, typename > Struct Template Reference

Compile time check for the data() method. More...

#include <has_data.hpp>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T, class V, typename = int>
struct tatami::has_data< T, V, typename >

Compile time check for the data() method.

Template Parameters
TExpected type of the data.
VClass to check for data().

This returns false by default.

Member Data Documentation

◆ value

template<typename T , class V , typename = int>
const bool tatami::has_data< T, V, typename >::value = false
static

Compile-time constant indicating whether data() exists.


The documentation for this struct was generated from the following file: