ug4
variant.cpp File Reference
#include "common/error.h"
#include "variant.h"
#include <iostream>

Namespaces

 ug
 the ug namespace
 

Macros

#define untested()
 

Functions

std::ostream & operator<< (std::ostream &outStream, const ug::Variant &v)
 

Macro Definition Documentation

◆ untested

#define untested ( )
Value:
( std::cerr << "@@#\n@@@:"<< __FILE__ << ":"<< __LINE__ \
<<":" << __func__ << "\n" )

Function Documentation

◆ operator<<()