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