|
Teuchos - Trilinos Tools Package
Version of the Day
|
Standard Max operator for types with value semantics. More...
#include <Teuchos_CommHelpers.hpp>
Public Member Functions | |
| void | reduce (const Ordinal count, const Packet inBuffer[], Packet inoutBuffer[]) const |
| | |
Standard Max operator for types with value semantics.
Note, this class object will throw an std::exception when used with a packet type where ScalarTraits<Packet>::isComparable==false but it will still compile.
Definition at line 877 of file Teuchos_CommHelpers.hpp.
| void Teuchos::MaxValueReductionOp< Ordinal, Packet >::reduce | ( | const Ordinal | count, |
| const Packet | inBuffer[], | ||
| Packet | inoutBuffer[] | ||
| ) | const [virtual] |
Implements Teuchos::ValueTypeReductionOp< Ordinal, Packet >.
Definition at line 1057 of file Teuchos_CommHelpers.hpp.
1.7.6.1