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

Public Member Functions

template<typename UU = U>
auto operator() (std::vector< T > const *pv) -> typename std::enable_if< convertible, std::vector< UU > >::type
 
template<typename UU = U>
auto operator() (std::vector< T > 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: