FZGPUModules 2.0
GPU-accelerated modular compression pipelines
Loading...
Searching...
No Matches
data_type_of.h File Reference

Compile-time C++ type -> DataType enum mapping, shared by the fused stages that dispatch on multiple template type parameters (LorenzoQuantStage, GInterpStage, AdaptiveLorenzoStage). More...

#include "fzm_format.h"

Go to the source code of this file.

Namespaces

namespace  fz
 

Functions

template<typename T >
constexpr DataType fz::fused::dataTypeOf ()
 

Detailed Description

Compile-time C++ type -> DataType enum mapping, shared by the fused stages that dispatch on multiple template type parameters (LorenzoQuantStage, GInterpStage, AdaptiveLorenzoStage).

Function Documentation

◆ dataTypeOf()

template<typename T >
constexpr DataType fz::fused::dataTypeOf ( )
constexpr

Primary template intentionally left undefined: instantiating with a type that has no specialization below is a compile error, not a silent fallback to some default DataType.