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

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

Public Types

using UnionTrait = std::true_type
 

Public Attributes

std::variant< DefinedOperatorT< I, E >, ProcedureDesignatorT< I, E > > u
 

Detailed Description

template<typename I, typename E>
struct tomp::type::ReductionIdentifierT< I, E >

Definition at line 260 of file ClauseT.h.

Member Typedef Documentation

◆ UnionTrait

template<typename I , typename E >
using tomp::type::ReductionIdentifierT< I, E >::UnionTrait = std::true_type

Definition at line 261 of file ClauseT.h.

Member Data Documentation

◆ u

template<typename I , typename E >
std::variant<DefinedOperatorT<I, E>, ProcedureDesignatorT<I, E> > tomp::type::ReductionIdentifierT< I, E >::u

Definition at line 262 of file ClauseT.h.


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