(no title)
mhogomchungu | 4 years ago
1. It can not hold move only callable objects.
2. It heap allocate stored callable object if the object is large enough.
mhogomchungu | 4 years ago
1. It can not hold move only callable objects.
2. It heap allocate stored callable object if the object is large enough.
nly|4 years ago
4. Can't be constexpr
tcbawo|4 years ago
pvarangot|4 years ago
stargrazer|4 years ago
MauranKilom|4 years ago
Example: https://github.com/facebook/folly/blob/main/folly/docs/Funct...
MontagFTB|4 years ago
jjtheblunt|4 years ago