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

A serial implementation of a ReduceBitAnd operation. More...

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

Public Member Functions

 ReduceBitAnd ()
 
 ReduceBitAnd (T v_start)
 
 ReduceBitAnd (const ReduceBitAnd &v)
 
void operator&= (const T value) const
 
get () const
 

Detailed Description

template<typename ExecSpace, typename T>
class axom::serial::reductions::ReduceBitAnd< ExecSpace, T >

A serial implementation of a ReduceBitAnd operation.

Constructor & Destructor Documentation

◆ ReduceBitAnd() [1/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceBitAnd< ExecSpace, T >::ReduceBitAnd ( )
inline

◆ ReduceBitAnd() [2/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceBitAnd< ExecSpace, T >::ReduceBitAnd ( v_start)
inline

◆ ReduceBitAnd() [3/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceBitAnd< ExecSpace, T >::ReduceBitAnd ( const ReduceBitAnd< ExecSpace, T > &  v)
inline

Member Function Documentation

◆ operator&=()

template<typename ExecSpace , typename T >
void axom::serial::reductions::ReduceBitAnd< ExecSpace, T >::operator&= ( const T  value) const
inline

◆ get()

template<typename ExecSpace , typename T >
T axom::serial::reductions::ReduceBitAnd< ExecSpace, T >::get ( ) const
inline

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