template<class A, class B>
class Connector::BlitzArrayFromMemoryBuffer< A, B >
here, we create a template that properly constructs a blitz array referring to the content of a std vector. note, this is dangerous in the case that the vector changes size!
The documentation for this class was generated from the following file: