Developer documentation
Version 3.0.3-105-gd3941f44
MR::is_eigen_type< Cont > Class Template Reference

convenience functions for SFINAE on std:: / Eigen containers More...

#include "math/math.h"

Static Public Attributes

static const bool value = sizeof(test<Cont>(0)) == sizeof(yes)
 

Detailed Description

template<class Cont>
class MR::is_eigen_type< Cont >

convenience functions for SFINAE on std:: / Eigen containers

Definition at line 113 of file math.h.

Member Data Documentation

◆ value

template<class Cont >
const bool MR::is_eigen_type< Cont >::value = sizeof(test<Cont>(0)) == sizeof(yes)
static

Definition at line 118 of file math.h.


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