SST
11.1.0
StructuralSimulationToolkit
|
Public Types | |
template<class T > | |
using | is_constructible = std::is_constructible< T, Args...> |
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 () |