Gromacs
2018.8
|
#include <memory>
#include <string>
#include <type_traits>
#include <typeindex>
#include <typeinfo>
#include <utility>
#include "gromacs/utility/gmxassert.h"
Declares gmx::Variant.
Classes | |
class | gmx::Variant |
Represents a dynamically typed value of an arbitrary type. More... | |
Functions | |
std::string | gmx::simpleValueToString (const Variant &value) |
Converts a Variant value to a string. More... | |