You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can symbol's attributes value be lambda or std::bind objects? like: _id(_some_handle=[]() { ... }
and can we access the sio(or symbol) within the lambda? like: _id(_some_handle=[this]() { ... }
thanks!
The text was updated successfully, but these errors were encountered:
lythesia
changed the title
sio attributes assignee types
symbol attributes assignee types
Jun 14, 2019
Can symbol's attributes value be lambda or std::bind objects? like:
_id(_some_handle=[]() { ... }
and can we access the sio(or symbol) within the lambda? like:
_id(_some_handle=[this]() { ... }
thanks!
The text was updated successfully, but these errors were encountered: