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

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

Public Types

using BaseType = typename std::decay< T >::type
 

Static Public Attributes

static constexpr bool value = std::is_same<BaseType, VariantValue>::value
 

Member Typedef Documentation

◆ BaseType

template<typename T >
using axom::inlet::detail::is_variant_value< T >::BaseType = typename std::decay<T>::type

Member Data Documentation

◆ value

template<typename T >
constexpr bool axom::inlet::detail::is_variant_value< T >::value = std::is_same<BaseType, VariantValue>::value
staticconstexpr

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