Classes | Namespaces | Functions

Single.h File Reference

Declaration of class Single (container). More...

#include <iosfwd>
#include "keyvalue/value/Vector.h"
Include dependency graph for Single.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Single
 A 1 x 1 Matrix. More...

Namespaces

namespace  keyvalue
 

All functionalities of KeyValue library are inside this namespace.


namespace  keyvalue::value
 

All KeyValue containers belong to this namespace.


Functions

std::ostream & operator<< (std::ostream &os, const Single &rhs)
 ostream operator<<() for Single.

Detailed Description

Declaration of class Single (container).