Block-Structured AMR Software Framework
amrex::IsConvertible< T, Args > Struct Template Reference

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)
 

Detailed Description

template<typename T, typename... Args>
struct amrex::IsConvertible< T, Args >

Test if all the types Args... are automatically convertible to type T.

Member Data Documentation

◆ value

template<typename T , typename... Args>
constexpr bool amrex::IsConvertible< T, Args >::value = (... && detail::IsConvertibleImp<T, Args>::value)
staticconstexpr

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