matio-cpp  v0.2.5
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
matioCpp::is_eigen_matrix< T, typename, typename > Struct Template Reference

is_eigen_matrix is a template metafunction to check if T is an Eigen matrix. More...

+ Inheritance diagram for matioCpp::is_eigen_matrix< T, typename, typename >:

Detailed Description

template<typename T, typename = void, typename = void>
struct matioCpp::is_eigen_matrix< T, typename, typename >

is_eigen_matrix is a template metafunction to check if T is an Eigen matrix.

Definition at line 16 of file ExogenousConversionHelpers.tpp.


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