LLVM OpenMP 20.0.0git
Public Member Functions | Public Attributes | List of all members
is_cancellable< true > Struct Reference

Public Member Functions

 is_cancellable ()
 
 is_cancellable (bool b)
 
is_cancellableoperator= (bool b)
 
 operator bool () const
 

Public Attributes

bool value
 

Detailed Description

Definition at line 1744 of file kmp_barrier.cpp.

Constructor & Destructor Documentation

◆ is_cancellable() [1/2]

is_cancellable< true >::is_cancellable ( )
inline

Definition at line 1746 of file kmp_barrier.cpp.

◆ is_cancellable() [2/2]

is_cancellable< true >::is_cancellable ( bool  b)
inline

Definition at line 1747 of file kmp_barrier.cpp.

Member Function Documentation

◆ operator bool()

is_cancellable< true >::operator bool ( ) const
inline

Definition at line 1752 of file kmp_barrier.cpp.

References value.

◆ operator=()

is_cancellable & is_cancellable< true >::operator= ( bool  b)
inline

Definition at line 1748 of file kmp_barrier.cpp.

References b, and value.

Member Data Documentation

◆ value

bool is_cancellable< true >::value

Definition at line 1745 of file kmp_barrier.cpp.


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