MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / copy

Method copy

include/stringzilla/stringzilla.hpp:1918–1921  ·  view source on GitHub ↗

* @brief Exports this entire view. Not an STL function, but useful for concatenations. * The STL variant expects at least two arguments. */

Source from the content-addressed store, hash-verified

1916 * The STL variant expects at least two arguments.
1917 */
1918 size_type copy(value_type *destination) const noexcept {
1919 sz_copy((sz_ptr_t)destination, start_, length_);
1920 return length_;
1921 }
1922
1923#pragma endregion
1924

Callers

nothing calls this directly

Calls 1

sz_copyFunction · 0.70

Tested by

no test coverage detected