LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
KeysToIgnore.h File Reference
#include "fhiclcpp/type_traits.h"
#include <set>
#include <string>

Go to the source code of this file.

Classes

struct  fhicl::KeysToIgnore< H, T >
 

Namespaces

 fhicl
 parameter set interface
 
 fhicl::detail
 

Macros

#define TEMPLATE_ARG   "Template argument specified must be callable."
 

Functions

template<typename T >
std::set< std::string > fhicl::detail::ensure_callable ()
 
std::set< std::string > & fhicl::detail::concatenate_keys (std::set< std::string > &keys)
 
template<typename H , typename... T>
std::set< std::string > & fhicl::detail::concatenate_keys (std::set< std::string > &keys, H const &h, T const &...t)
 

Macro Definition Documentation

#define TEMPLATE_ARG   "Template argument specified must be callable."

Definition at line 9 of file KeysToIgnore.h.

Referenced by fhicl::detail::ensure_callable().