rttr  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Namespaces | Functions
rttr_cast.h File Reference
#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...