MyraMath
Classes | Functions
Index2string.h File Reference

Returns std::string representation of an Index<N> More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <string>
Include dependency graph for Index2string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Index< N >
 Essentially a std::array<int,N>, provided for backwards compatibility. More...
 

Functions

std::string myra::Index2string (const Index< 1 > &i)
 Helper functions to pretty-print Index's.
 
std::string myra::Index2string (const Index< 2 > &ij)
 
std::string myra::Index2string (const Index< 3 > &ijk)
 

Detailed Description

Returns std::string representation of an Index<N>