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.
Synopsis
Declared in <bslstl_function.h>
template<
class RET,
class ARG1,
class ARG2>
struct Function_ArgTypes<RET(ARG1, ARG2)>;
Type Aliases
Name |
Description |
DEPRECATED: This typedef is deprecated in C++17, for details see https://isocpp.org/files/papers/p0005r4.html. |
|
DEPRECATED: This typedef is deprecated in C++17, for details see https://isocpp.org/files/papers/p0005r4.html. |
Created with MrDocs