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