Create an argument tuple holding the specified bound arguments.

Synopsis

Declared in <bdlf_bind.h>

Bind_ArgTuple5(
    FA1 a1,
    FA2 a2,
    FA3 a3,
    FA4 a4,
    FA5 a5);

Parameters

Name

Description

a1

bound argument 1

a2

bound argument 2

a3

bound argument 3

a4

bound argument 4

a5

bound argument 5

Created with MrDocs