ALPSCore reference
Public Member Functions | List of all members
alps::mpi::maximum< T > Class Template Reference

Class-holder for reduction operations (and a functor) for type T. More...

#include <mpi.hpp>

Collaboration diagram for alps::mpi::maximum< T >:
Collaboration graph

Public Member Functions

 maximum ()
 
operator() (const T &a, const T &b) const
 

Detailed Description

template<typename T>
class alps::mpi::maximum< T >

Class-holder for reduction operations (and a functor) for type T.

Definition at line 258 of file mpi.hpp.

Constructor & Destructor Documentation

template<typename T >
alps::mpi::maximum< T >::maximum ( )
inline

Definition at line 260 of file mpi.hpp.

Member Function Documentation

template<typename T >
T alps::mpi::maximum< T >::operator() ( const T &  a,
const T &  b 
) const
inline

Definition at line 261 of file mpi.hpp.


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