Static Public Member Functions | List of all members
fhicl::detail::AllowedConfiguration< T, Enable > Struct Template Reference

#include <AllowedConfigurationMacro.h>

Static Public Member Functions

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

Detailed Description

template<class T, class Enable = void>
struct fhicl::detail::AllowedConfiguration< T, Enable >

Definition at line 23 of file AllowedConfigurationMacro.h.

Member Function Documentation

template<class T , class Enable = void>
static std::unique_ptr<fhicl::ConfigurationTable> fhicl::detail::AllowedConfiguration< T, Enable >::get ( std::string const &  )
inlinestatic

Definition at line 25 of file AllowedConfigurationMacro.h.

26  {
27  return std::unique_ptr<fhicl::ConfigurationTable>{nullptr};
28  }

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