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

Checks if all types in a parameter pack are integral. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/develop/src/axom/core/ArrayBase.hpp>

Static Public Attributes

static constexpr bool value = all_types_are_integral_impl<Args...>::value
 

Detailed Description

template<typename... Args>
struct axom::detail::all_types_are_integral< Args >

Checks if all types in a parameter pack are integral.

Member Data Documentation

◆ value

template<typename... Args>
constexpr bool axom::detail::all_types_are_integral< Args >::value = all_types_are_integral_impl<Args...>::value
staticconstexpr

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