YPC  0.2.0
Static Public Member Functions | List of all members
hpda::processor::internal::copy_helper< Index > Struct Template Reference

Static Public Member Functions

template<typename T1 , typename T2 >
static auto copy (T1 &target, T2 &&source) -> typename std::enable_if<(std::remove_reference< T2 >::type::type_list::len > Index), void >::type
 
template<typename T1 , typename T2 >
static auto copy (T1 &target, const T2 &source) -> typename std::enable_if<(std::remove_reference< T2 >::type::type_list::len<=Index), void >::type
 

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