Namespaces | Functions
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.

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