type.h File - 0.9.7 |RTTR
type.h File Reference
#include "rttr/detail/base/core_prerequisites.h"
#include "rttr/string_view.h"
#include "rttr/array_range.h"
#include "rttr/filter_item.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) noexcept
 Casts the given object of type Source_Type to an object of type Target_Type. More...