CMS 3D CMS Logo

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 56 of file print_eventsetup_record_dependencies.h.

Referenced by edm::print_eventsetup_record_dependencies().

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

Definition at line 57 of file print_eventsetup_record_dependencies.h.

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