SpECTRE
v2024.09.29
|
Simple struct that changes a class from being factory creatable, to non-factory creatable. More...
#include <NonFactoryCreatable.hpp>
Public Types | |
using | factory_creatable_class = FactoryCreatableClass |
Static Public Attributes | |
static constexpr bool | factory_creatable = false |
Simple struct that changes a class from being factory creatable, to non-factory creatable.
It does this by defining and setting a static constexpr bool factory_creatable = false
.
FactoryCreatableClass | Any class that is already factory creatable. |