Follow this link to skip to the main content

claraty::cl_minus< N > Struct Template Reference

#include <functor.h>

Inheritance diagram for claraty::cl_minus< N >:

Inheritance graph
[legend]
Collaboration diagram for claraty::cl_minus< N >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef N first_argument_type
typedef N second_argument_type
typedef N result_type

Public Member Functions

operator() (const N &lhs, const N &rhs) const

Detailed Description

template<class N>
struct claraty::cl_minus< N >

Definition at line 147 of file functor.h.


Member Typedef Documentation

typedef N claraty::cl_binary_function< N , N , N >::first_argument_type [inherited]

Definition at line 61 of file functor.h.

typedef N claraty::cl_binary_function< N , N , N >::second_argument_type [inherited]

Definition at line 62 of file functor.h.

typedef N claraty::cl_binary_function< N , N , N >::result_type [inherited]

Definition at line 63 of file functor.h.


Member Function Documentation

template<class N>
N claraty::cl_minus< N >::operator() ( const N &  lhs,
const N &  rhs 
) const [inline]

Definition at line 148 of file functor.h.

00148 { return lhs - rhs; }


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