prints out 104 116 136 More...
#include <UtilJ.h>
Public Member Functions | |
ComposedFunctor (F f, G g) | |
F::result_type | operator() (typename G::argument_type x) |
Private Attributes | |
F | f_p |
G | g_p |
prints out 104 116 136
Definition at line 615 of file UtilJ.h.
casa::utilj::ComposedFunctor< F, G >::ComposedFunctor | ( | F | f, | |
G | g | |||
) | [inline] |
F::result_type casa::utilj::ComposedFunctor< F, G >::operator() | ( | typename G::argument_type | x | ) | [inline] |
Definition at line 621 of file UtilJ.h.
References casa::utilj::ComposedFunctor< F, G >::f_p, and casa::utilj::ComposedFunctor< F, G >::g_p.
F casa::utilj::ComposedFunctor< F, G >::f_p [private] |
Definition at line 625 of file UtilJ.h.
Referenced by casa::utilj::ComposedFunctor< F, G >::operator()().
G casa::utilj::ComposedFunctor< F, G >::g_p [private] |
Definition at line 626 of file UtilJ.h.
Referenced by casa::utilj::ComposedFunctor< F, G >::operator()().