LLVM 22.0.0git
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 271 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 272 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 273 of file ClauseT.h.


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