LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
throwPartnerException.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Common_detail_throwPartnerException_h
2 #define canvas_Persistency_Common_detail_throwPartnerException_h
3 
4 #include <typeinfo>
5 
6 namespace art {
7  namespace detail {
8  [[noreturn]] void throwPartnerException(
9  std::type_info const& generator,
10  std::type_info const& wanted_wrapper_type);
11  }
12 }
13 #endif /* canvas_Persistency_Common_detail_throwPartnerException_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
void throwPartnerException(std::type_info const &generator, std::type_info const &wanted_wrapper_type)
HLT enums.