tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
wmemmove.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wmemmove (wchar_t *dest, wchar_t const *src, etl::size_t count) noexcept -> wchar_t *
 Copies exactly count successive wide characters from the wide character array pointed to by src to the wide character array pointed to by dest.