#include <typeinfo>
#include <string>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | toast |
Classes | |
class | toast::type_info |
provides a 'portable' layer to std::type_info. More... | |
Functions | |
template<typename T> | |
type_info const & | toast::type_id () |
get a toast::typeinfo for type T. | |
template<typename T> | |
type_info const & | toast::type_id (T const &t) |
get a toast::typeinfo for object t (not necessarily T). |