#include <function_traits.hpp>
Public Types | |
| typedef T1 | arg1_type |
| typedef T1 | argument_type |
| typedef R | result_type |
Public Member Functions | |
| BOOST_STATIC_CONSTANT (unsigned, arity=1) | |
Definition at line 30 of file function_traits.hpp.
| typedef T1 boost::detail::function_traits_helper< R(*)(T1)>::arg1_type |
Definition at line 34 of file function_traits.hpp.
| typedef T1 boost::detail::function_traits_helper< R(*)(T1)>::argument_type |
Definition at line 35 of file function_traits.hpp.
| typedef R boost::detail::function_traits_helper< R(*)(T1)>::result_type |
Definition at line 33 of file function_traits.hpp.
| boost::detail::function_traits_helper< R(*)(T1)>::BOOST_STATIC_CONSTANT | ( | unsigned | , |
| arity | = 1 |
||
| ) |