LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
fhicl_key.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 art
 HLT enums.
 
 art::detail
 

Functions

template<typename T >
std::enable_if_t< std::is_convertible< T, std::string >::value, std::string > art::detail::fhicl_key (T const &name)
 
template<typename H , typename... T>
std::enable_if_t< std::is_convertible< H, std::string >::value, std::string > art::detail::fhicl_key (H const &hname, T const &...tnames)