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