mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::improc::is_eigenCube< T > Struct Template Reference

template<typename T>
struct mx::improc::is_eigenCube< T >

Test whether a type is an eigenCube by testing whether it has a typedef of "is_eigenCube".

Used for compile-time determination of type Example usage:

bool is_eC = is_eigenCube<eigenCube<float> >; //Evaluates to true
bool is_not_eC = is_eigenCube<eigenImagef>; //Evaluates to false

This was taken directly from the example at http://en.wikipedia.org/wiki/Substitution_failure_is_not_an_error

Definition at line 65 of file eigenImage.hpp.

#include <improc/eigenImage.hpp>


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