RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Static Public Attributes | List of all members
RAJA::operators::is_associative< T > Struct Template Reference

#include <Operators.hpp>

Static Public Attributes

static constexpr const bool value
 

Member Data Documentation

◆ value

template<typename T >
constexpr const bool RAJA::operators::is_associative< T >::value
staticconstexpr
Initial value:
=
std::is_base_of<detail::associative_tag, T>::value

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