#include "art/Framework/Art/detail/fhicl_key.h"
#include "boost/test/unit_test.hpp"
#include <string>
Go to the source code of this file.
#define BOOST_TEST_MODULE (fhicl_key test) |
BOOST_AUTO_TEST_CASE |
( |
one_arg |
| ) |
|
Definition at line 12 of file fhicl_key_t.cc.
std::enable_if_t< std::is_convertible_v< T, std::string >, std::string > fhicl_key(T const &name)
BOOST_AUTO_TEST_CASE |
( |
multiple_args |
| ) |
|
Definition at line 18 of file fhicl_key_t.cc.
21 BOOST_TEST(
fhicl_key(
"a",
"b",
"c") ==
"a.b.c"s);
std::enable_if_t< std::is_convertible_v< T, std::string >, std::string > fhicl_key(T const &name)