boost::openmethod::policies::std_rtti::fn::type_name
Writes a representation of a type_id to a stream.
Synopsis
template<typename Stream>
static
void
type_name(
type_id type,
Stream& stream);
Parameters
Name |
Description |
type |
The |
stream |
The stream to write to. |
Created with MrDocs