gslcpp
Modern-C++ Wrapper for GSL
|
Go to the documentation of this file.
6 #include "../wrap/container.hpp"
17 template<
typename T, size_t N= 0>
class v_view {
27 auto const *
v()
const {
return &
cview_.vector; }
v_view(w_vector_view< T > const &v)
Constructor called by TBS.
auto & cview() const
GSL's native, C-language interface to vector-view.
const auto * v() const
Reference to GSL's interface to vector.
Interface to vector-storage not owned by interface.
w_vector_view< T > cview_
GSL's view of data outside instance.
auto * v()
Reference to GSL's interface to vector.
Namespace for C++-interface to GSL.