Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bslstl::Function_ArgTypes< RET(ARG1, ARG2)> 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 ARG1 first_argument_type
 BSLS_DEPRECATE_FEATURE ("bsl","deprecated_cpp17_standard_library_features","do not use") typedef ARG2 second_argument_type

Detailed Description

template<class RET, class ARG1, class ARG2>
struct bslstl::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.

See Component bslstl_function


Member Function Documentation

template<class RET , class ARG1 , class ARG2 >
bslstl::Function_ArgTypes< RET(ARG1, ARG2)>::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.

template<class RET , class ARG1 , class ARG2 >
bslstl::Function_ArgTypes< RET(ARG1, ARG2)>::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: