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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wcsncpy (wchar_t *dest, wchar_t const *src, etl::size_t const count) -> wchar_t *
 Copies at most count characters of the wide string pointed to by src (including the terminating null wide character) to wide character array pointed to by dest.