SpECTRE
v2024.12.16
|
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) |
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.