|
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: