boost::openmethod::policies::RttiFn::static_type

Returns the static type_id of a type.

Synopsis

template<class Class>
static
type_id
static_type();

Description

Class is not necessarily a registered class. This function is also called to acquire the type_id of non‐virtual parameters, library types, etc, for diagnostic and trace purposes.

Return Value

The static type_id of Class.

Template Parameters

Name Description

Class

A class.

Created with MrDocs