Jordan Woyak
|
cf3d5509b1
|
Common: Make a void-returning MoveOnlyFunction able to accept a non-void-returning function object and just drop the return value. std::function behaves this way.
|
2025-11-23 18:47:49 -06:00 |
|
Jordan Woyak
|
605cc579a4
|
Common/Functional: Add InvokerOf template which can convert function pointers to functor types.
|
2025-11-18 14:19:21 -06:00 |
|
Jordan Woyak
|
ba5edce2af
|
Common/Functional: Fix MoveOnlyFunction from inadvertently creating references from lvalues.
|
2025-10-22 05:06:41 -05:00 |
|
Jordan Woyak
|
e403dee3da
|
Common: Add MoveOnlyFunction.
|
2025-04-27 20:07:13 -05:00 |
|