AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
Types.hpp File Reference

Exposes some common types used by axom components. More...

#include "axom/config.hpp"
#include <cstdint>

Classes

struct  axom::type_identity< T >
 Maps a type to itself in a non-deduced context. More...
 

Namespaces

 axom
 

Typedefs

using axom::float32 = float
 
using axom::float64 = double
 
using axom::IndexType = std::int32_t
 
template<typename T >
using axom::type_identity_t = typename type_identity< T >::type
 

Variables

static constexpr IndexType axom::InvalidIndex = -1
 

Detailed Description

Exposes some common types used by axom components.