AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::is_serial_atomic_exec< ExecSpace > Struct Template Reference

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/core/execution/atomics.hpp>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename ExecSpace >
constexpr bool axom::is_serial_atomic_exec< ExecSpace >::value
staticconstexpr
Initial value:
=
std::is_same<ExecSpace, SEQ_EXEC>::value || std::is_same<ExecSpace, auto_atomic>::value

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