Signals Library
slot_fwd.hpp
Go to the documentation of this file.
1 
4 #ifndef SIGNALS_SLOT_FWD_HPP
5 #define SIGNALS_SLOT_FWD_HPP
6 #include <functional>
7 
8 namespace sig {
9 
10 template <typename Signature, typename FunctionType = std::function<Signature>>
11 class Slot;
12 
13 } // namespace sig
14 #endif // SIGNALS_SLOT_FWD_HPP
sig
Definition: connection.hpp:8
sig::Slot
Definition: slot_fwd.hpp:11