CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
edm::rec_dep Namespace Reference

Functions

boost::mpl::false_ inherits_from_DependentRecordTag (void const *)
 
boost::mpl::true_ inherits_from_DependentRecordTag (edm::eventsetup::DependentRecordTag const *)
 

Function Documentation

boost::mpl::false_ edm::rec_dep::inherits_from_DependentRecordTag ( void const *  )

Definition at line 58 of file print_eventsetup_record_dependencies.h.

Referenced by edm::print_eventsetup_record_dependencies().

58 { return boost::mpl::false_();}
boost::mpl::true_ edm::rec_dep::inherits_from_DependentRecordTag ( edm::eventsetup::DependentRecordTag const *  )

Definition at line 59 of file print_eventsetup_record_dependencies.h.

59 { return boost::mpl::true_();}