|
SST 15.0
Structural Simulation Toolkit
|
Public Types | |
| template<class NewBase> | |
| using | ChangeBase = SingleCtor<NewBase, Args...> |
| template<class NewCtor> | |
| using | ExtendCtor = ExtendedCtor<NewCtor, SingleCtor<Base, Args...>> |
Static Public Member Functions | |
| template<class T> | |
| static bool | add () |
Static Public Attributes | |
| template<class T> | |
| static constexpr bool | is_constructible_v = std::is_constructible_v<T, Args...> |