Test if all the types Args... are automatically convertible to type T. More...
#include <AMReX_TypeTraits.H>
Static Public Attributes | |
static constexpr bool | value = (... && detail::IsConvertibleImp<T, Args>::value) |
Test if all the types Args... are automatically convertible to type T.
|
staticconstexpr |