Highly Efficient FFT for Exascale: HeFFTe v2.3
heffte::backend::is_enabled< tag > Struct Template Reference

Allows to define whether a specific backend interface has been enabled. More...

#include <heffte_common.h>

Detailed Description

template<typename tag>
struct heffte::backend::is_enabled< tag >

Allows to define whether a specific backend interface has been enabled.

Defaults to std::false_type, but specializations for each enabled backend will overwrite this to the std::true_type, i.e., define const static bool value which is set to true.


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