MayaFlux
0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
operator=()
[1/2]
CrossRoutine
& MayaFlux::Vruta::CrossRoutine::operator=
(
const
CrossRoutine
&
other
)
Definition at line
383
of file
Routine.cpp
.
384
{
385
if
(
this
!= &other) {
386
if
(
m_handle
) {
387
m_handle
.destroy();
388
}
389
390
if
(other.m_handle) {
391
m_handle
= other.m_handle;
392
}
else
{
393
m_handle
=
nullptr
;
394
}
395
}
396
return
*
this
;
397
}
MayaFlux::Vruta::CrossRoutine::m_handle
std::coroutine_handle< promise_type > m_handle
Definition
Routine.hpp:726
References
m_handle
.
MayaFlux
Vruta
CrossRoutine
Generated by
1.9.8