Collapse All
Torque 3D 3.8
FastDelegate7::bind Method (Y *, DesiredRetType (X::* function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7) const)
FastDelegate7 Template
FastDelegate7 Members
fastdelegate Namespace
bind Method
Send Feedback
Syntax
C++
template
<
class
X,
class
Y >
inline
void
bind
(
const
Y *
pthis
,
DesiredRetType
(X::* function_to_bind)(Param1 p1, Param2 p2, Param3 p3, Param4 p4, Param5 p5, Param6 p6, Param7 p7)
const
);
Description
This is bind, a member of class FastDelegate7.
Group
bind Method
Links
FastDelegate7 Template
,
FastDelegate7 Members
,
fastdelegate Namespace
,
bind Method
Copyright (c) 2015. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!