If I have two std::function s, how can I check if both of these functions are stored or not?
Additional information: I have a function vector std::vector<std::function<void()>> and before adding another function to the vector, I want to check if it is already contained.
c ++ function operators equals std
danijar
source share