SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
Options::create_from_yaml< T > Struct Template Reference

Used by the parser to create an object. The default action is to parse options using T::options. This struct may be specialized to change that behavior for specific types. More...

#include <Options.hpp>

Static Public Member Functions

template<typename Metavariables>
static T create (const Option &options)

Detailed Description

template<typename T>
struct Options::create_from_yaml< T >

Used by the parser to create an object. The default action is to parse options using T::options. This struct may be specialized to change that behavior for specific types.

Do not call create directly. Use Option::parse_as instead.


The documentation for this struct was generated from the following files:
  • src/Evolution/DiscontinuousGalerkin/Limiters/MinmodType.hpp
  • src/Options/Options.hpp
  • src/Options/ParseOptions.hpp