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

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

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename First , typename... Rest>
constexpr bool axom::detail::all_types_are_integral_impl< First, Rest... >::value
staticconstexpr
Initial value:
= std::is_integral<First>::value &&
all_types_are_integral_impl<Rest...>::value
static constexpr bool value
Definition: ArrayBase.hpp:837

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