Metafunction to choose among Peak1D respectively Peak2D through a template argument. More...
#include <OpenMS/KERNEL/DPeak.h>
Metafunction to choose among Peak1D respectively Peak2D through a template argument.
The result is accessible via typedef Type:
Example:
template class BaseModel<UInt D> { // BaseModel<D>::PeakType is either Peak1D or Peak2D, depending on D typedef typename DPeak<D>::Type PeakType; };
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |