#include <adobe/config.hpp>
#include <string>
#include <adobe/string_fwd.hpp>
Go to the source code of this file.
|
template<typename lht , typename rht > |
lht | explicit_cast (const rht &rhs) |
|
template<typename T > |
T & | remove_const (const T &x) |
|
template<typename R , typename T > |
R | runtime_cast (T &x) |
|
template<typename R , typename T > |
R | runtime_cast (T *x) |
|
template<typename R , typename T > |
bool | runtime_cast (const T &x, R &r) |
|