LLVM 19.0.0git
Public Types | Public Attributes | List of all members
tomp::type::IteratorSpecifierT< TypeType, IdType, ExprType > Struct Template Reference

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

Public Types

using TupleTrait = std::true_type
 

Public Attributes

std::tuple< OPT(TypeType), ObjectT< IdType, ExprType >, RangeT< ExprType > > t
 

Detailed Description

template<typename TypeType, typename IdType, typename ExprType>
struct tomp::type::IteratorSpecifierT< TypeType, IdType, ExprType >

Definition at line 207 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

template<typename TypeType , typename IdType , typename ExprType >
using tomp::type::IteratorSpecifierT< TypeType, IdType, ExprType >::TupleTrait = std::true_type

Definition at line 209 of file ClauseT.h.

Member Data Documentation

◆ t

template<typename TypeType , typename IdType , typename ExprType >
std::tuple<OPT(TypeType), ObjectT<IdType, ExprType>, RangeT<ExprType> > tomp::type::IteratorSpecifierT< TypeType, IdType, ExprType >::t

Definition at line 210 of file ClauseT.h.


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