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
This will probably be based on cetl::any. Unlike std::function, this implementation is PMR-aware and should allow configurable small-object optimization with the option to disable PMR completely, similar to cetl::any.
The text was updated successfully, but these errors were encountered:
This will probably be based on
cetl::any
. Unlikestd::function
, this implementation is PMR-aware and should allow configurable small-object optimization with the option to disable PMR completely, similar tocetl::any
.The text was updated successfully, but these errors were encountered: