MCPcopy Create free account
hub / github.com/cvanaret/Uno / VectorView

Method VectorView

uno/linear_algebra/VectorView.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 using value_type = std::remove_const_t<T>;
27
28 VectorView(T* pointer, size_t size): pointer(pointer), view_size(size) { }
29 ~VectorView() = default;
30 VectorView(const VectorView& other) = default;
31 VectorView(VectorView&& other) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected