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