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

Public Member Functions | |
| _multi_help1 (F _f) | |
| T1 & | operator() (T1 &x, const T2 &y) const |
Public Attributes | |
| F | f |
Definition at line 241 of file multi_array_op.h.
| mimas::_multi_help1< T1, T2, F >::_multi_help1 | ( | F | _f | ) | [inline] |
Definition at line 243 of file multi_array_op.h.
| T1& mimas::_multi_help1< T1, T2, F >::operator() | ( | T1 & | x, | |
| const T2 & | y | |||
| ) | const [inline] |
| F mimas::_multi_help1< T1, T2, F >::f |
Definition at line 246 of file multi_array_op.h.
Referenced by mimas::_multi_help1< T1, T2, F >::operator()().