LLVM 19.0.0git
Public Types | Public Attributes | List of all members
tomp::clause::NovariantsT< T, I, E > Struct Template Reference

#include "llvm/Frontend/OpenMP/ClauseT.h"

Public Types

using DoNotUseVariant = E
 
using WrapperTrait = std::true_type
 

Public Attributes

DoNotUseVariant v
 

Detailed Description

template<typename T, typename I, typename E>
struct tomp::clause::NovariantsT< T, I, E >

Definition at line 828 of file ClauseT.h.

Member Typedef Documentation

◆ DoNotUseVariant

template<typename T , typename I , typename E >
using tomp::clause::NovariantsT< T, I, E >::DoNotUseVariant = E

Definition at line 829 of file ClauseT.h.

◆ WrapperTrait

template<typename T , typename I , typename E >
using tomp::clause::NovariantsT< T, I, E >::WrapperTrait = std::true_type

Definition at line 830 of file ClauseT.h.

Member Data Documentation

◆ v

template<typename T , typename I , typename E >
DoNotUseVariant tomp::clause::NovariantsT< T, I, E >::v

Definition at line 831 of file ClauseT.h.


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