SpECTRE  v2024.04.12
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: