#include <multi_array_op.h>
Collaboration diagram for mimas::_multi_help2< T1, T2, T3, F >:

Public Member Functions | |
| _multi_help2 (F _f) | |
| T1 & | operator() (T1 &x, const T2 &y, const T3 &z) const |
Public Attributes | |
| F | f |
Definition at line 251 of file multi_array_op.h.
| mimas::_multi_help2< T1, T2, T3, F >::_multi_help2 | ( | F | _f | ) | [inline] |
Definition at line 253 of file multi_array_op.h.
| T1& mimas::_multi_help2< T1, T2, T3, F >::operator() | ( | T1 & | x, | |
| const T2 & | y, | |||
| const T3 & | z | |||
| ) | const [inline] |
Definition at line 254 of file multi_array_op.h.
References mimas::_multi_help2< T1, T2, T3, F >::f.
| F mimas::_multi_help2< T1, T2, T3, F >::f |
Definition at line 256 of file multi_array_op.h.
Referenced by mimas::_multi_help2< T1, T2, T3, F >::operator()().