MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / copyTo

Method copyTo

include/cpp/marshal/View.hpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template<class T>
27inline void cpp::marshal::View<T>::copyTo(const View<T>& destination) const
28{
29 if (tryCopyTo(destination) == false)
30 {
31 hx::Throw(HX_CSTRING("View OOB"));
32 }
33}
34
35template<class T>
36inline void cpp::marshal::View<T>::clear() const

Callers 2

encodeMethod · 0.80
codepointMethod · 0.80

Calls 1

ThrowFunction · 0.85

Tested by

no test coverage detected