Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Class template group_compare_type

boost::signals2::keywords::group_compare_type — A template keyword for signal_type.

Synopsis

// In header: <boost/signals2/signal_type.hpp>

template<typename GroupCompare> 
class group_compare_type : public unspecified-type {
};

Description

This class is a template keyword which may be used to pass the wrapped GroupCompare 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(group_compare_type)


PrevUpHomeNext