BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::select2nd< PAIR > Struct Template Reference

#include <bslstp_exfunctional.h>

Public Types

typedef PAIR argument_type
 
typedef PAIR::second_type result_type
 

Public Member Functions

 BSLMF_NESTED_TRAIT_DECLARATION (select2nd, bsl::is_trivially_copyable)
 
const PAIR::second_type & operator() (const PAIR &x) const
 

Member Typedef Documentation

◆ argument_type

template<class PAIR >
typedef PAIR bsl::select2nd< PAIR >::argument_type

◆ result_type

template<class PAIR >
typedef PAIR::second_type bsl::select2nd< PAIR >::result_type

Member Function Documentation

◆ BSLMF_NESTED_TRAIT_DECLARATION()

template<class PAIR >
bsl::select2nd< PAIR >::BSLMF_NESTED_TRAIT_DECLARATION ( select2nd< PAIR >  ,
bsl::is_trivially_copyable   
)

◆ operator()()

template<class PAIR >
const PAIR::second_type & bsl::select2nd< PAIR >::operator() ( const PAIR &  x) const
inline

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