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.
Synopsis
Declared in <bdlf_bind.h>
template<
class t_FUNC,
class t_ARG_TUPLE,
int INDEX,
int OFFSET>
struct Bind_MapParameter;
Type Aliases
Name |
Description |
Forwarding type for the bound argument at position |
Specializations
Name |
Description |
|
This partial specialization of |
This partial specialization of |
Created with MrDocs