Static Public Member Functions | List of all members
fhicl::detail::void_t< decltype(typename T::Parameters{ std::declval< fhicl::Name >()})> Struct Template Reference

#include <AllowedConfigurationMacro.h>

Static Public Member Functions

static std::unique_ptr< fhicl::ConfigurationTableget (std::string const &name)
 

Detailed Description

template<class T>
struct fhicl::detail::void_t< decltype(typename T::Parameters{ std::declval< fhicl::Name >()})>

Definition at line 32 of file AllowedConfigurationMacro.h.

Member Function Documentation

template<class T >
static std::unique_ptr<fhicl::ConfigurationTable> fhicl::detail::void_t< decltype(typename T::Parameters{ std::declval< fhicl::Name >()})>::get ( std::string const &  name)
inlinestatic

Definition at line 36 of file AllowedConfigurationMacro.h.

37  {
38  return std::make_unique<typename T::Parameters>(fhicl::Name{name});
39  }
static QCString name
Definition: declinfo.cpp:673

The documentation for this struct was generated from the following file: