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

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

Public Types

using TupleTrait = std::true_type
 

Public Attributes

std::tuple< E, E, OPT(E)> t
 

Detailed Description

template<typename E>
struct tomp::type::RangeT< E >

Definition at line 199 of file ClauseT.h.

Member Typedef Documentation

◆ TupleTrait

template<typename E >
using tomp::type::RangeT< E >::TupleTrait = std::true_type

Definition at line 201 of file ClauseT.h.

Member Data Documentation

◆ t

template<typename E >
std::tuple<E, E, OPT(E)> tomp::type::RangeT< E >::t

Definition at line 202 of file ClauseT.h.


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