| gslcpp
    Modern-C++ Wrapper for GSL | 
Definition for gsl::v_stor. More...
#include "../wrap/free.hpp"#include "../wrap/vector-alloc.hpp"#include "../wrap/vector-calloc.hpp"#include "../wrap/vector-view-array.hpp"Go to the source code of this file.
| Classes | |
| class | gsl::v_stor< T, S > | 
| Generic v_stor is interface to storage with two key properties: (1) that size of storage is known statically, at compile-time, and (2) that it is owned by instance of v_stor.  More... | |
| class | gsl::v_stor< T > | 
| Specialization, which is interface to storage with two key properties: (1) that size of storage is determined dynamically, at run-time, and (2) that it is owned by instance of interface.  More... | |
| Namespaces | |
| gsl | |
| Namespace for C++-interface to GSL. | |
| Enumerations | |
| enum | gsl::alloc_type { gsl::ALLOC, gsl::CALLOC } | 
| Identifier for each of two possible allocation-methods.  More... | |
Definition for gsl::v_stor.
Definition in file v-stor.hpp.
 1.8.17
 1.8.17