I am writing a wrapper class for callable types (pointer to function, functors, etc). I want to implement something like std::function. I am writing a wrapper class for callable types
I am writing a wrapper class for callable types (pointer to function, functors, etc). I want to implement something like std::function. I am writing a wrapper class for callable types