QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Functions | |
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 * | 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 | 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 * | cmemset (T *dst, T value, size_t num) |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |