Block-Structured AMR Software Framework
amrex::Same< T, U1, Us > Struct Template Reference

#include <AMReX_TypeTraits.H>

Static Public Attributes

static constexpr bool value = std::is_same_v<T,U1> && Same<T,Us...>::value
 

Member Data Documentation

◆ value

template<typename T , typename U1 , typename... Us>
constexpr bool amrex::Same< T, U1, Us >::value = std::is_same_v<T,U1> && Same<T,Us...>::value
staticconstexpr

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