Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Teuchos::ANDValueReductionOp< Ordinal, Packet > Class Template Reference

Standard logical AND operator for booleans. More...

#include <Teuchos_CommHelpers.hpp>

Inheritance diagram for Teuchos::ANDValueReductionOp< Ordinal, Packet >:
Inheritance graph
[legend]

Public Member Functions

void reduce (const Ordinal count, const Packet inBuffer[], Packet inoutBuffer[]) const
 
virtual void reduce (const Ordinal count, const Packet inBuffer[], Packet inoutBuffer[]) const=0
 
- Public Member Functions inherited from Teuchos::Describable
virtual std::string description () const
 Return a simple one-line description of this object.
 
virtual void describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const
 Print the object with some verbosity level to a FancyOStream.
 
void describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const
 Version of describe() that takes an std::ostream instead of a FancyOStream.
 
virtual ~Describable ()
 Destructor (marked virtual for memory safety of derived classes).
 
- Public Member Functions inherited from Teuchos::LabeledObject
 LabeledObject ()
 Construct with an empty label.
 
virtual ~LabeledObject ()
 
virtual void setObjectLabel (const std::string &objectLabel)
 Set the object label (see LabeledObject).
 
virtual std::string getObjectLabel () const
 Get the object label (see LabeledObject).
 

Additional Inherited Members

- Static Public Attributes inherited from Teuchos::Describable
static const EVerbosityLevel verbLevel_default = VERB_DEFAULT
 Default value for the verbLevel argument of describe().
 

Detailed Description

template<typename Ordinal, typename Packet>
class Teuchos::ANDValueReductionOp< Ordinal, Packet >

Standard logical AND operator for booleans.

Definition at line 903 of file Teuchos_CommHelpers.hpp.

Member Function Documentation

◆ reduce()

template<typename Ordinal , typename Packet >
void Teuchos::ANDValueReductionOp< Ordinal, Packet >::reduce ( const Ordinal  count,
const Packet  inBuffer[],
Packet  inoutBuffer[] 
) const
virtual

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