![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Scalar plain-assignment functor: apply(t1, t2) performs t1 = t2.
More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::ScalarAssignment< T1, T2 >:Public Types | |
| typedef ScalarBinaryAssignmentFunctor< T1, T2 >::Argument1Type | Argument1Type |
| typedef ScalarBinaryAssignmentFunctor< T1, T2 >::Argument2Type | Argument2Type |
Public Types inherited from CDPL::Math::ScalarBinaryAssignmentFunctor< T1, T2 > | |
| typedef T1 | Argument1Type |
| The (modifiable) first argument type. More... | |
| typedef const T2 & | Argument2Type |
| The second (source) argument type. More... | |
Static Public Member Functions | |
| static void | apply (Argument1Type t1, Argument2Type t2) |
Performs t1 = t2. More... | |
Scalar plain-assignment functor: apply(t1, t2) performs t1 = t2.
| T1 | The (modifiable) destination type. |
| T2 | The source type. |
| typedef ScalarBinaryAssignmentFunctor<T1, T2>::Argument1Type CDPL::Math::ScalarAssignment< T1, T2 >::Argument1Type |
| typedef ScalarBinaryAssignmentFunctor<T1, T2>::Argument2Type CDPL::Math::ScalarAssignment< T1, T2 >::Argument2Type |
|
inlinestatic |
Performs t1 = t2.
| t1 | The destination scalar. |
| t2 | The source scalar. |