LLVM OpenMP 22.0.0git
is_cancellable< true > Struct Reference
Inheritance diagram for is_cancellable< true >:
[legend]

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 1769 of file kmp_barrier.cpp.

Constructor & Destructor Documentation

◆ is_cancellable() [1/2]

is_cancellable< true >::is_cancellable ( )
inline

Definition at line 1771 of file kmp_barrier.cpp.

References value.

Referenced by operator=().

◆ is_cancellable() [2/2]

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

Definition at line 1772 of file kmp_barrier.cpp.

References b, and value.

Member Function Documentation

◆ operator bool()

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

Definition at line 1777 of file kmp_barrier.cpp.

References value.

◆ operator=()

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

Definition at line 1773 of file kmp_barrier.cpp.

References b, is_cancellable(), and value.

Member Data Documentation

◆ value

bool is_cancellable< true >::value

Definition at line 1770 of file kmp_barrier.cpp.

Referenced by is_cancellable(), is_cancellable(), operator bool(), and operator=().


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