This component‐private specialization of Function_ArgTypes is for function prototypes that take exactly one argument and provides an argument_type nested typedef.

Synopsis

Declared in <bslstl_function.h>

template<
    class RET,
    class ARG>
struct Function_ArgTypes<RET(ARG)>;

Type Aliases

Name

Description

argument_type

DEPRECATED: This typedef is deprecated in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.

Created with MrDocs