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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wcscpy (wchar_t *dest, wchar_t const *src) -> wchar_t *
 Copies the wide string pointed to by src (including the terminating null wide character) to wide character array pointed to by dest.