1 #ifndef PROTON_FUNCTION_HPP
2 #define PROTON_FUNCTION_HPP
44 #endif // PROTON_FUNCTION_HPP
virtual void operator()()=0
Override the call operator with your code.
A C++03 compatible void no-argument callback function object.
Definition: function.hpp:35