Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bslstl::Function_ArgTypes< RET(ARG)> Struct Template Reference

#include <bslstl_function.h>

List of all members.

Public Member Functions

 BSLS_DEPRECATE_FEATURE ("bsl","deprecated_cpp17_standard_library_features","do not use") typedef ARG argument_type

Detailed Description

template<class RET, class ARG>
struct bslstl::Function_ArgTypes< RET(ARG)>

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

See Component bslstl_function


Member Function Documentation

template<class RET , class ARG >
bslstl::Function_ArgTypes< RET(ARG)>::BSLS_DEPRECATE_FEATURE ( "bsl"  ,
"deprecated_cpp17_standard_library_features"  ,
"do not use"   
)

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


The documentation for this struct was generated from the following file: