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