MyraMath
Classes | Functions
Workspace.h File Reference

Fixed size container of values. Contiguous storage, allows random access. Unlike a typical std::container, does not necessarily initialize with values. More...

#include <myramath/io/Streams.h>
#include <myramath/io/ReaderWriter.h>
#include <myramath/utility/random.h>
#include <cstdlib>
#include <iostream>
Include dependency graph for Workspace.h:

Go to the source code of this file.

Classes

class  myra::Workspace< T >
 Fixed size container of values. More...
 

Functions

template<class POD >
void myra::swap_pod (POD &pod1, POD &pod2)
 
template<class T >
std::ostream & myra::operator<< (std::ostream &out, const Workspace< T > &w)
 Prints a Workspace<T>
 

Detailed Description

Fixed size container of values. Contiguous storage, allows random access. Unlike a typical std::container, does not necessarily initialize with values.