1 #ifndef PROTON_FUNCTION_HPP 2 #define PROTON_FUNCTION_HPP 42 #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, used by container::schedule() and event...
Definition: function.hpp:33
Type traits for mapping between AMQP and C++ types.
Definition: annotation_key.hpp:28