std::String::copy<T>
copy<T>
Copies a C-style string
Template Parameters
T
Signature
fn copy(dest: *T, src: const *T) -> *T requires <T>;
Specifiers
constexpr
inline
copy<T>
Copies a C-style string
T
fn copy(dest: *T, src: const *T) -> *T requires <T>;
constexpr
inline