HDK
|
Go to the source code of this file.
Functions | |
template<typename Functor > | |
UT_Functor< typename Functor::ReturnType > | UT_BindFirst (const Functor &functor, typename Functor::Parm1Type bound_argument) |
template<typename Functor > | |
UT_Functor1< typename Functor::ReturnType, typename Functor::Parm2Type > | UT_BindFirst1 (const Functor &functor, typename Functor::Parm1Type bound_argument) |
UT_Functor<typename Functor::ReturnType> UT_BindFirst | ( | const Functor & | functor, |
typename Functor::Parm1Type | bound_argument | ||
) |
Definition at line 611 of file UT_Functor.h.
UT_Functor1<typename Functor::ReturnType, typename Functor::Parm2Type> UT_BindFirst1 | ( | const Functor & | functor, |
typename Functor::Parm1Type | bound_argument | ||
) |
Definition at line 654 of file UT_Functor.h.