RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
List of all members
RAJA::statement::If< Condition, EnclosedStmts > Struct Template Reference

#include <Conditional.hpp>

Inheritance diagram for RAJA::statement::If< Condition, EnclosedStmts >:
RAJA::internal::Statement< camp::nil, EnclosedStmts... >

Additional Inherited Members

- Public Types inherited from RAJA::internal::Statement< camp::nil, EnclosedStmts... >
using enclosed_statements_t = StatementList< EnclosedStmts... >
 
using execution_policy_t = camp::nil
 
- Public Member Functions inherited from RAJA::internal::Statement< camp::nil, EnclosedStmts... >
 Statement ()=delete
 

Detailed Description

template<typename Condition, typename... EnclosedStmts>
struct RAJA::statement::If< Condition, EnclosedStmts >

A RAJA::kernel statement that implements conditional control logic


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