boost::openmethod::policies::RttiFn::type_name

Writes a representation of a type_id to a stream.

Synopsis

Declared in <boost/openmethod/preamble.hpp>

template<typename Stream>
static
auto
type_name(
    type_id type,
    Stream& stream);

Template Parameters

Name

Description

Stream

A LightweightOutputStream.

Parameters

Name

Description

type

The type_id to write.

stream

The stream to write to.

Created with MrDocs