boost::openmethod::policies::std_rtti::fn::dynamic_type
Returns the dynamic type_id of an object.
Synopsis
template<class Class>
static
type_id
dynamic_type(Class const& obj);
Parameters
| Name | Description |
|---|---|
obj |
A reference to an instance of |
Created with MrDocs