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]() { ... }
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!