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

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

#include <cheetah/data/FrequencyTime.h>

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

Detailed Description

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

extract the FrequencyTime data type from compound types

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

Definition at line 91 of file FrequencyTime.cpp.


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