SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
slip::maxi< _Tp > Struct Template Reference

Computes the maximum value between two values. More...

#include <macros.hpp>

Inheritance diagram for slip::maxi< _Tp >:
Inheritance graph

Public Member Functions

_Tp operator() (const _Tp &__x, const _Tp &__y) const
 

Detailed Description

template<class _Tp>
struct slip::maxi< _Tp >

Computes the maximum value between two values.

Author
Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>: conceptor
Date
2006/07/29
Since
1.0.0
Version
0.0.1
Parameters
__xThe first value.
__yThe second value.
Returns
The maximum value.
Note
Functor object that calls the std::max function

Definition at line 214 of file macros.hpp.

Member Function Documentation

template<class _Tp >
_Tp slip::maxi< _Tp >::operator() ( const _Tp &  __x,
const _Tp &  __y 
) const
inline

Definition at line 217 of file macros.hpp.


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