QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | List of all members
quda::instantiateApply< false, Apply, Float, nColor, recon, G, Args... > Struct Template Reference

This class is a specialization which does not instantiate the Apply class if the is_enabled has evaluated to false. More...

#include <instantiate.h>

Public Member Functions

 instantiateApply (G &U, Args &&... args)
 

Detailed Description

template<template< typename, int, QudaReconstructType > class Apply, typename Float, int nColor, QudaReconstructType recon, typename G, typename... Args>
struct quda::instantiateApply< false, Apply, Float, nColor, recon, G, Args... >

This class is a specialization which does not instantiate the Apply class if the is_enabled has evaluated to false.

Definition at line 70 of file instantiate.h.

Constructor & Destructor Documentation

◆ instantiateApply()

template<template< typename, int, QudaReconstructType > class Apply, typename Float , int nColor, QudaReconstructType recon, typename G , typename... Args>
quda::instantiateApply< false, Apply, Float, nColor, recon, G, Args... >::instantiateApply ( G &  U,
Args &&...  args 
)
inline

Definition at line 71 of file instantiate.h.


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