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

template<typename T>
struct mx::wfp::is_imagingArray< T >

Test whether a type is an imagingArray by testing whether it has a typedef of "is_imagingArray".

Used for compile-time determination of type Example usage:

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

Definition at line 49 of file imagingArray.hpp.

#include <wfp/imagingArray.hpp>


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