Simple helper functions to deal with FHiCL. More...
#include <vector>
Go to the source code of this file.
Classes | |
struct | util::fhicl::SequenceWrapper< SeqValueType > |
Helper to return a converted sequence from FHiCL configuration. More... | |
struct | util::fhicl::SequenceWrapper< SeqValueType > |
Helper to return a converted sequence from FHiCL configuration. More... | |
Namespaces | |
util::fhicl | |
Functions | |
template<typename Optional > | |
std::optional< typename Optional::value_type > | util::fhicl::getOptionalValue (Optional const ¶meter) |
Returns the value of an optional parameter as std::optional . More... | |
template<typename T , typename Optional > | |
T | util::fhicl::getOptionalValue (Optional const ¶meter, T defValue) |
Returns the value of an optional parameter, or a default value. More... | |
Simple helper functions to deal with FHiCL.
This library is header only.
Definition in file FHiCLutils.h.