Namespaces | Functions
fhicl_key.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 art::detail
 

Functions

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