AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::bump::utilities::accumulation_traits< T > Struct Template Reference

This class and its specializations provide a type trait that lets us determine the type that should be used to accumulate values when we do floating point math. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/bump/utilities/utilities.hpp>

Public Types

using type = float
 

Detailed Description

template<typename T>
struct axom::bump::utilities::accumulation_traits< T >

This class and its specializations provide a type trait that lets us determine the type that should be used to accumulate values when we do floating point math.

Note
this belongs in algorithm utilities, maybe core.

Member Typedef Documentation

◆ type

template<typename T >
using axom::bump::utilities::accumulation_traits< T >::type = float

The documentation for this struct was generated from the following file: