Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
ska::cheetah::data::ExtractTimeFrequencyDataType< T > Struct Template Reference

extract the TimeFrequency data type from compound types More...

#include <cheetah/data/TimeFrequency.h>

Inheritance diagram for ska::cheetah::data::ExtractTimeFrequencyDataType< T >:
Inheritance graph
Collaboration diagram for ska::cheetah::data::ExtractTimeFrequencyDataType< T >:
Collaboration graph

Detailed Description

template<typename T>
struct ska::cheetah::data::ExtractTimeFrequencyDataType< T >

extract the TimeFrequency data type from compound types

template<DataType> do_domething(DataType const& data)
{
auto const& tf_data_ref = ExtractTimeFrequencyDataType<DataType>::extract(data);
}

Definition at line 104 of file TimeFrequency.cpp.


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