4.11.2.2 The memmove function See also memcpymemcpy_s (C11) copies one buffer to another (function) wmemmovewmemmove_s (C95)(C11) copies a certain amount of wide characters between two, possibly overlapping, arrays (function) C++ documentationformemmove...
copies a range of elements to a new location (function template) copy_backward copies a range of elements in backwards order (function template) is_trivially_copyable (C++11) checks if a type is trivially copyable (class template) C documentation for memmove ...
copies a range of elements to a new location (function template) copy_backward copies a range of elements in backwards order (function template) is_trivially_copyable (C++11) checks if a type is trivially copyable (class template) C documentation for memmove Support...