#include "rttr/impl/rttr_cast_impl.h"
Go to the source code of this file.
Namespaces | |
rttr | |
The namespace for all rttr components. | |
Functions | |
template<typename TargetType , typename SourceType > | |
TargetType | rttr::rttr_cast (SourceType object) |
Casts the given object of type SourceType to an object of type TargetType . More... | |