|  | Home | Libraries | People | FAQ | More | 
boost::signals2::keywords::extended_slot_function_type — A template keyword for signal_type.
// In header: <boost/signals2/signal_type.hpp> template<typename ExtendedSlotFunction> class extended_slot_function_type : public unspecified-type { };
              This class is a template keyword which may be used to pass the wrapped ExtendedSlotFunction
              template type to the signal_type metafunction as a named parameter.
            
              The code for this class is generated by a calling a macro from the Boost.Parameter library:
              BOOST_PARAMETER_TEMPLATE_KEYWORD(extended_slot_function_type)