This component-private specialization of Function_ArgTypes is for function prototypes that take exactly one argument and provides an argument_type nested typedef.
Declared in <bslstl_function.h>
template<
class RET,
class ARG>
struct Function_ArgTypes<RET(ARG)>;
| Name | Description |
|---|---|
argument_type | DEPRECATED: This typedef is deprecated in C++17, for details see https://isocpp.org/files/papers/p0005r4.html. |