Searched defs:smart_copy_helper (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DMemory.h500 template<typename T, bool UseMemcpy> struct smart_copy_helper;
504 smart_copy_helper<T,!NumTraits<T>::RequireInitialization>::run(start, end, target);
507 template<typename T> struct smart_copy_helper<T,true> { struct in namespace:Eigen::internal
512 template<typename T> struct smart_copy_helper<T,false> { struct in namespace:Eigen::internal

Completed in 42 milliseconds