|
Util--
1.1
|
argument type traits More...
#include <utilmm/functional/arg_traits.hh>
Public Types | |
| typedef computed_type | type |
| argument type More... | |
argument type traits
This traits is an helper to determine the classical argument type used to pass a given type as argument to a function.
| Ty | the type to pass as argument |
In fact this class just determine if the givent type is a complex one and in this case proposes to pass it as a const reference, otherwise – it is a POD – the argument type is the same as Ty.
| typedef computed_type utilmm::arg_traits< Ty >::type |
argument type
This typedef is the type used to pass the given type as argument
1.8.6