Go to the source code of this file.
|
template<typename T > |
std::enable_if_t< std::is_class< T >::value, tool_return_type< T > > | art::make_tool (fhicl::ParameterSet const &pset) |
|
template<typename T > |
std::enable_if_t< std::is_function< T >::value, tool_return_type< T > > | art::make_tool (fhicl::ParameterSet const &pset, std::string const &function_tool_type) |
|
template<typename T , typename TableConfig > |
std::enable_if_t< std::is_class< T >::value, tool_return_type< T > > | art::make_tool (TableConfig const &tc) |
|
template<typename T , typename TableConfig > |
std::enable_if_t< std::is_function< T >::value, tool_return_type< T > > | art::make_tool (TableConfig const &tc, std::string const &function_tool_type) |
|