gslcpp
Modern-C++ Wrapper for GSL
Classes | Namespaces | Enumerations
v-stor.hpp File Reference

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"
Include dependency graph for v-stor.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition for gsl::v_stor.

Definition in file v-stor.hpp.