Collapse All
Torque 3D 3.8
FastDelegate11::FastDelegate11 Constructor (Y *, DesiredRetType (X::* function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8, Param9 p9, Param10 p10, Param11 p11) const)
FastDelegate11 Template
FastDelegate11 Members
fastdelegate Namespace
FastDelegate11 Constructor
Send Feedback
Syntax
C++
template
<
class
X,
class
Y >
FastDelegate11
(
const
Y *
pthis
,
DesiredRetType
(X::* function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7, Param8 p8, Param9 p9, Param10 p10, Param11 p11)
const
);
Description
Binding
to
const
member functions.
Group
FastDelegate11 Constructor
Links
FastDelegate11 Template
,
FastDelegate11 Members
,
fastdelegate Namespace
,
FastDelegate11 Constructor
Copyright (c) 2015. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!