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);

Description

Writes the demangled name of the class identified by type to stream.

Template Parameters

Name Description

Stream

A SimpleOutputStream.

Parameters

Name Description

type

The type_id to write.

stream

The stream to write to.

Created with MrDocs