density
C++11 library for paged memory management, function queues, heterogeneous queues and lifo memory management
Public Member Functions | Static Public Member Functions | List of all members
f_rtti Class Reference

#include <runtime_type.h>

Public Member Functions

DENSITY_NODISCARD std::type_info const & operator() () const noexcept
 

Static Public Member Functions

template<typename TARGET_TYPE >
static constexpr f_rtti make () noexcept
 

Detailed Description

This feature returns the std::type_info associated to the target type.

Member Function Documentation

static constexpr f_rtti make ( )
inlinestaticnoexcept

Creates an instance of this feature bound to the specified target type

DENSITY_NODISCARD std::type_info const& operator() ( ) const
inlinenoexcept

Returns the std::type_info of the target type.


The documentation for this class was generated from the following file: