rttr_cast.h File Reference
#include "rttr/detail/impl/rttr_cast_impl.h"

Go to the source code of this file.

Namespaces

namespace  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.