AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
SetInterfacePolicies.hpp File Reference
#include <type_traits>
#include "axom/slam/Set.hpp"
#include "axom/slam/policies/InterfacePolicies.hpp"

Classes

struct  axom::slam::policies::detail::SetInterfaceSelector< InterfacePolicy, PosType, ElemType >
 Templated helper class to select the correct base class to inherit for instances of OrderedSet. More...
 
struct  axom::slam::policies::detail::SetInterfaceSelector< VirtualInterface, PosType, ElemType >
 

Namespaces

 axom
 
 axom::slam
 
 axom::slam::policies
 
 axom::slam::policies::detail
 

Typedefs

template<typename InterfacePolicy , typename PosType , typename ElemType >
using axom::slam::policies::SetInterface = typename detail::SetInterfaceSelector< InterfacePolicy, PosType, ElemType >::Type