type.h File Reference
#include "rttr/detail/base/core_prerequisites.h"#include <type_traits>#include <vector>#include <string>#include <memory>#include <cstdint>#include "rttr/detail/type/type_impl.h"Go to the source code of this file.
Classes | |
| class | rttr::type |
| The type class holds the type information for any arbitrary object. More... | |
Namespaces | |
| rttr | |
Functions | |
| template<typename Target_Type , typename Source_Type > | |
| Target_Type | rttr::rttr_cast (Source_Type object) |
Casts the given object of type Source_Type to an object of type Target_Type. More... | |