FITFLOP
Home

std-function (2 post)


posts by category not found!

Why code below doesn't compile and what can we do to make it compile in the end?

Why This C Code Wont Compile and How to Fix It Lets dive into a common C compilation error and explore ways to resolve it Scenario You re working on a C program

less than a minute read 06-10-2024 32
Why code below doesn't compile and what can we do to make it compile in the end?
Why code below doesn't compile and what can we do to make it compile in the end?

Alternative to std::function that returns object with deleted copy operator

Beyond std function Handling Objects with Deleted Copy Operators Lets say you have a class designed for unique ownership like a resource manager or a singleton

2 min read 06-10-2024 27
Alternative to std::function that returns object with deleted copy operator
Alternative to std::function that returns object with deleted copy operator