Go to the source code of this file.
Classes |
class | fcn_ptr< RT, PT > |
class | functor< RT, PT > |
class | functor_with_conversion< CT, RT, PT > |
Functions |
template<typename RT , typename PT > |
functor< RT, PT > | func_ptr (RT(*f)(PT)) |
template<typename CT , typename RT , typename PT > |
functor_with_conversion< CT,
RT, PT > | func_ptr_with_conversion (RT(*f)(PT)) |
Function Documentation
template<typename RT , typename PT >
functor<RT, PT> func_ptr |
( |
RT(*)(PT) |
f |
) |
|
template<typename CT , typename RT , typename PT >