ug4
variant.h File Reference
#include <iostream>
#include <string>
#include "smart_pointer.h"
#include "common/types.h"
#include "common/ug_config.h"

Go to the source code of this file.

Classes

class  ug::Variant
 A variant can represent variables of different types. More...
 

Namespaces

 ug
 the ug namespace
 

Functions

UG_API std::ostream & operator<< (std::ostream &outStream, const ug::Variant &v)
 
template<>
const std::string & ug::Variant::to< const std::string & > () const
 
template<>
std::string ug::Variant::to< std::string > () const
 
template<>
Variant::Type ug::Variant::type< const std::string & > ()
 
template<>
Variant::Type ug::Variant::type< std::string > ()
 

Function Documentation

◆ operator<<()