libUTL++
utl::subtract< T > Struct Template Reference

Subtraction function. More...

#include <algorithms_inl.h>

Inheritance diagram for utl::subtract< T >:

Public Member Functions

operator() (const T &lhs, const T &rhs) const
 Return the result of (lhs - rhs). More...
 

Detailed Description

template<class T>
struct utl::subtract< T >

Subtraction function.

Definition at line 28 of file algorithms_inl.h.

Member Function Documentation

◆ operator()()

template<class T >
T utl::subtract< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

Return the result of (lhs - rhs).

Returns
lhs - rhs
Parameters
lhsleft-hand-side parameter
rhsright-hand-side parameter

Definition at line 36 of file algorithms_inl.h.


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