Quick Links:

bal | bbl | bdl | bsl

Public Types | Static Public Member Functions

bdlf::Bind_Evaluator< ARG, LIST > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Public Types

typedef
bslmf::ForwardingRefType
< typename
bslmf::ArrayToConstPointer
< ARG >::Type >::Type 
ArgType

Static Public Member Functions

static ArgType eval (LIST &, ArgType value)

Detailed Description

template<class ARG, class LIST>
struct bdlf::Bind_Evaluator< ARG, LIST >

This utility provides a default argument evaluator that simply returns whatever value is passed.

See Component bdlf_bind


Member Typedef Documentation

template<class ARG , class LIST >
typedef bslmf::ForwardingRefType< typename bslmf::ArrayToConstPointer<ARG>::Type>::Type bdlf::Bind_Evaluator< ARG, LIST >::ArgType

Member Function Documentation

template<class ARG , class LIST >
static ArgType bdlf::Bind_Evaluator< ARG, LIST >::eval ( LIST &  ,
ArgType  value 
) [inline, static]
Parameters:
value Return the specified value.

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