LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
art::root Namespace Reference

Namespaces

 detail
 

Functions

template<typename T >
getObjectRequireDict () noexcept(false)
 

Function Documentation

template<typename T >
T art::root::getObjectRequireDict ( )
noexcept

Definition at line 15 of file getObjectRequireDict.h.

References art::root::detail::require_dictionary().

16  {
17  detail::require_dictionary(TypeID{typeid(T)});
18  return T{};
19  }
void require_dictionary(TypeID const &) noexcept(false)