Namespaces
Variants
Actions

std::char_traits<char>::copy, std::char_traits<wchar_t>::copy, std::char_traits<char8_t>::copy, std::char_traits<char16_t>::copy, std::char_traits<char32_t>::copy

From cppreference.com
< cpp‎ | string‎ | char traits
 
C++
 
Strings library
 
std::char_traits
static char_type*
    copy( char_type* dest, const char_type* src, std::size_t count );
(constexpr since C++20)

Copies count characters from the character string pointed to by src to the character string pointed to by dest.

If [destdest + count) and [srcsrc + count) overlap, the behavior is undefined.

See CharTraits for the general requirements on character traits for X::copy.

Contents

[edit] Parameters

dest - pointer to a character string to copy to
src - pointer to a character string to copy from
count - the number of characters to copy

[edit] Return value

dest

[edit] Exceptions

Throws nothing.

[edit] Complexity

Linear in count.

[edit] See also

[static]
assigns a character
(public static member function) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant