Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdlf::Bind_Invoker< RET, 1 > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Public Member Functions

template<class FUNC , class LIST , class ARGS >
RET invoke (FUNC *func, LIST *list, ARGS &args) const

Detailed Description

template<class RET>
struct bdlf::Bind_Invoker< RET, 1 >

Invoker for functions that take one argument.

See Component bdlf_bind


Member Function Documentation

template<class RET >
template<class FUNC , class LIST , class ARGS >
RET bdlf::Bind_Invoker< RET, 1 >::invoke ( FUNC *  func,
LIST *  list,
ARGS &  args 
) const [inline]

References BDLF_BIND_EVAL.


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