ALPSCore reference
|
#include <alps/config.hpp>
#include <alps/utilities/stacktrace.hpp>
#include <boost/bind.hpp>
#include <string>
#include <complex>
#include <typeinfo>
#include <type_traits>
#include <algorithm>
#include <stdexcept>
#include <cstdio>
Go to the source code of this file.
Namespaces | |
alps | |
Macros | |
#define | ALPS_CAST_STRING(T, p, c) |
#define | ALPS_CAST_STRING_CHAR(T, U) |
Functions | |
template<typename U , typename T > | |
U | alps::cast (T const &) |
template<typename U , typename T > | |
void | alps::cast (U const *src, U const *end, T *dest) |
#define ALPS_CAST_STRING | ( | T, | |
p, | |||
c | |||
) |
#define ALPS_CAST_STRING_CHAR | ( | T, | |
U | |||
) |