BDE 4.14.0 Production release
|
#include <bdlf_bind.h>
Public Types | |
typedef bslmf::ForwardingType< typenamebslmf::TypeListTypeOf< t_INDEX-t_IS_MEMBER_OFFSET, t_FUNC_ARGS, constbslmf::MatchAnyType & >::TypeOrDefault >::Type | Type |
This meta-function is used to select the type at t_OFFSET
positions of the t_INDEX
position in an argument list type t_FUNC_ARGS
, which is of type bslmf::TypeList
denoting the arguments of t_FUNC
. Note that this class is used by Bind_ImplExplicit
.
typedef bslmf::ForwardingType<typenamebslmf::TypeListTypeOf<t_INDEX-t_IS_MEMBER_OFFSET,t_FUNC_ARGS,constbslmf::MatchAnyType&>::TypeOrDefault>::Type bdlf::Bind_MapParameter< t_FUNC, t_FUNC_ARGS, t_INDEX, t_IS_MEMBER_OFFSET >::Type |