| 
| template<class T , typename std::enable_if<(sizeof(T)==1), bool >::type  = true, typename std::enable_if<(std::is_trivially_copyable< T >::value), bool >::type  = true>  | 
| constexpr T *  | quickcpplib::_xxx::algorithm::memory::cmemcpy (T *dst, const T *src, size_t num) | 
|   | 
| template<class T , typename std::enable_if<(sizeof(T)==1), bool >::type  = true, typename std::enable_if<(std::is_trivially_copyable< T >::value), bool >::type  = true>  | 
| constexpr int  | quickcpplib::_xxx::algorithm::memory::cmemcmp (const T *a, const T *b, size_t num) | 
|   | 
| template<class T , typename std::enable_if<(sizeof(T)==1), bool >::type  = true, typename std::enable_if<(std::is_trivially_copyable< T >::value), bool >::type  = true>  | 
| constexpr T *  | quickcpplib::_xxx::algorithm::memory::cmemset (T *dst, T value, size_t num) | 
|   |