LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
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 24 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 26 of file AllowedConfigurationMacro.h.

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

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