|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Templated helper class to select the correct base class to inherit for instances of OrderedSet. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/slam/policies/SetInterfacePolicies.hpp>
Public Types | |
| using | Type = ConcreteInterface |
Templated helper class to select the correct base class to inherit for instances of OrderedSet.
This class helps select a virtual or non-virtual interface depending on the interface type:
| InterfacePolicy | the interface type to select (virtual or concrete) |
| using axom::slam::policies::detail::SetInterfaceSelector< InterfacePolicy, PosType, ElemType >::Type = ConcreteInterface |