Classes | Namespaces | Functions

Nothing.h File Reference

Declaration of class Nothing. More...

#include <iosfwd>
Include dependency graph for Nothing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nothing
 Empty class to represent empty data. 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 Nothing &nothing)
 ostream operator<<() for Nothing.

Detailed Description

Declaration of class Nothing.