CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Attributes
edm::has_match< T > Struct Template Reference

#include <Selector.h>

Static Public Attributes

static const bool value = boost::is_base_of<SelectorBase, T>::value
 

Detailed Description

template<typename T>
struct edm::has_match< T >

struct template has_match. Used to declare that a class has a match function. This is needed to work around a bug in GCC 3.2.x

Definition at line 50 of file Selector.h.

Member Data Documentation

template<typename T >
const bool edm::has_match< T >::value = boost::is_base_of<SelectorBase, T>::value
static