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

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

#include <macros.hpp>

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

Public Member Functions

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

Detailed Description

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

Computes the minimum 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 minimum value.
Note
Functor object that calls the std::min function

Definition at line 194 of file macros.hpp.

Member Function Documentation

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

Definition at line 197 of file macros.hpp.


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