openPMD-api
Public Member Functions | Static Public Attributes | List of all members
openPMD::DoConvert< std::array< T, n >, std::vector< U >, false > Struct Template Reference

Public Member Functions

template<typename UU = U>
auto operator() (std::array< T, n > const *pv) -> typename std::enable_if< convertible, std::vector< UU > >::type
 
template<typename UU = U>
auto operator() (std::array< T, n > const *) -> typename std::enable_if< !convertible, std::vector< UU > >::type
 

Static Public Attributes

static constexpr bool convertible = std::is_convertible<T, U>::value
 

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